aboutsummaryrefslogtreecommitdiffstats
path: root/testing/npd6/npd6.initd
blob: 1632b4bb1ecbbce2cc57d182bd2906998ab6475e (plain)
1
2
3
4
5
6
7
8
9
10
#!/sbin/openrc-run

command="/usr/bin/npd6"
command_args="--foreground $ARGS"
command_background=true
pidfile="/run/npd6.pid"

depend() {
	need net
}