aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox-initscripts/dnsd.initd
blob: dc6ddb730b07ff89ebf8d9ba4754fb183683639c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/sbin/openrc-run

name="busybox $SVCNAME"
command="/usr/sbin/$SVCNAME"
command_args="$DNSD_OPTS"
pidfile="/var/run/$SVCNAME.pid"
command_background=true

depend() {
	need net
	after firewall
}