dnsmasq: we dont want to run in debug mode
[openwrt/openwrt.git] / 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