guru/www-apps/code-server-bin/files/code-server-bin.conf
Leonardo Hernández Hernández 6a6e0013d1
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>
2023-06-09 01:20:15 -06:00

14 lines
684 B
Plaintext

# /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"