dnsmasq: we dont want to run in debug mode
authorJohn Crispin <john@openwrt.org>
Fri, 27 Mar 2015 09:11:56 +0000 (09:11 +0000)
committerJohn Crispin <john@openwrt.org>
Fri, 27 Mar 2015 09:11:56 +0000 (09:11 +0000)
a left over from the dnsmasq jail testing

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45058

package/network/services/dnsmasq/files/dnsmasq.init

index 052a22dade85be5f5d020abf99d1f0782b143fd3..2e7fb7bb8dafa76f52e8e29463b472b17d96e817 100644 (file)
@@ -547,7 +547,7 @@ start_service() {
        config_load dhcp
 
        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 respawn