aports/testing/npd6/npd6.initd
2018-09-27 06:11:51 +00:00

11 lines
150 B
Plaintext

#!/sbin/openrc-run
command="/usr/bin/npd6"
command_args="--foreground $ARGS"
command_background=true
pidfile="/run/npd6.pid"
depend() {
need net
}