66bb2e2540
--HG-- extra : convert_revision : da31a497c00030a5281a786c79229a81e3246581
12 lines
191 B
Text
12 lines
191 B
Text
#!/sbin/runscript
|
|
|
|
pidfile=/var/run/dnsmasq.pid
|
|
command=/usr/sbin/dnsmasq
|
|
command_args="${DNSMASQ_OPTS:--g nogroup -u nobody}"
|
|
|
|
depend()
|
|
{
|
|
provide dns
|
|
need localmount net
|
|
after bootmisc
|
|
}
|