aports/testing/dcc/dcc.initd
Duncan Bellamy 9e08e31a8f testing/dcc: new aport
Add aport for dcc-servers.net dcc software. The default config has been
changed to common settings and to listen for requests from 127.0.0.1
2020-02-22 19:48:16 +00:00

21 lines
319 B
Plaintext

#!/sbin/openrc-run
# dcc init.d file for alpine linux.
# edit /var/dcc/dcc_conf instead of passing options
name=dcc
command="/var/dcc/libexec/rcDCC"
command_args="start"
command_background="no"
start_stop_daemon_args="--user dcc:dcc"
pidfile="/run/$name.pid"
depend() {
need net
after firewall
}
start_pre() {
}