dnsmasq: we dont want to run in debug mode
a left over from the dnsmasq jail testing Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45058
This commit is contained in:
parent
3dde74b24b
commit
d8fc4d31d0
1 changed files with 1 additions and 1 deletions
|
@ -547,7 +547,7 @@ start_service() {
|
||||||
config_load dhcp
|
config_load dhcp
|
||||||
|
|
||||||
procd_open_instance
|
procd_open_instance
|
||||||
procd_set_param command $PROG -C $CONFIGFILE -d -x /var/run/dnsmasq/dnsmasq.pid
|
procd_set_param command $PROG -C $CONFIGFILE -k -x /var/run/dnsmasq/dnsmasq.pid
|
||||||
procd_set_param file $CONFIGFILE
|
procd_set_param file $CONFIGFILE
|
||||||
procd_set_param respawn
|
procd_set_param respawn
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue