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

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

depend() {
	need net
	after firewall
}