diff options
author | John Crispin <john@openwrt.org> | 2015-03-27 09:11:56 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-27 09:11:56 +0000 |
commit | d8fc4d31d062490ccb141e29d01461826bfcd531 (patch) | |
tree | c608eb799948f9a9ebc1660b6f4c8dd98db2a3fe /package | |
parent | 3dde74b24bc972fca82a0412124ca207247eecbd (diff) | |
download | upstream-d8fc4d31d062490ccb141e29d01461826bfcd531.tar.gz upstream-d8fc4d31d062490ccb141e29d01461826bfcd531.tar.bz2 upstream-d8fc4d31d062490ccb141e29d01461826bfcd531.zip |
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
Diffstat (limited to 'package')
-rw-r--r-- | package/network/services/dnsmasq/files/dnsmasq.init | 2 |
1 files changed, 1 insertions, 1 deletions
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 |