mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
www-apps/code-server-bin: add OpenRC init script
Closes: https://bugs.gentoo.org/907847 Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
This commit is contained in:
13
www-apps/code-server-bin/files/code-server-bin.conf
Normal file
13
www-apps/code-server-bin/files/code-server-bin.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
# /etc/conf.d/code-server-bin: config file for /etc/init.d/code-server-bin.<user>
|
||||
# This can also be used as multiplexed configuration, i.e. openrc-run
|
||||
# looks for both /etc/conf.d/code-server-bin and /etc/conf.d/code-server-bin.<user>.
|
||||
|
||||
# Options to pass to code-server-bin.
|
||||
# NOTE: if you want to run multiple instances, be make sure to change
|
||||
# the port for each one (it is preferred to use the configuration file).
|
||||
#command_args="--port 8080"
|
||||
|
||||
# Specify the network service that corresponds to the "bind-addr" setting
|
||||
# in your configuration file. For example, if you bind to 127.0.0.1,
|
||||
# this should be set to "loopback" which provides the loopback interface.
|
||||
rc_need="loopback"
|
||||
Reference in New Issue
Block a user