From: John Crispin Date: Fri, 27 Mar 2015 09:11:56 +0000 (+0000) Subject: dnsmasq: we dont want to run in debug mode X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=6e9a89f1ba472f804187b65841bc0af7d07ba5e0;p=openwrt%2Fsvn-archive%2Farchive.git dnsmasq: we dont want to run in debug mode a left over from the dnsmasq jail testing Signed-off-by: John Crispin SVN-Revision: 45058 --- diff --git a/package/network/services/dnsmasq/files/dnsmasq.init b/package/network/services/dnsmasq/files/dnsmasq.init index 052a22dade..2e7fb7bb8d 100644 --- a/package/network/services/dnsmasq/files/dnsmasq.init +++ b/package/network/services/dnsmasq/files/dnsmasq.init @@ -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