projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dde74b
)
dnsmasq: we dont want to run in debug mode
author
John Crispin
<john@openwrt.org>
Fri, 27 Mar 2015 09:11:56 +0000
(09:11 +0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/package/network/services/dnsmasq/files/dnsmasq.init
b/package/network/services/dnsmasq/files/dnsmasq.init
index 052a22dade85be5f5d020abf99d1f0782b143fd3..2e7fb7bb8dafa76f52e8e29463b472b17d96e817 100644
(file)
--- 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