change to bindsnap, since daemon forks after starting, which makes start-stop-daemon trouble
This commit is contained in:
parent
7aeb729dc7
commit
181cc94118
5
debian/default
vendored
5
debian/default
vendored
|
@ -3,5 +3,6 @@
|
||||||
# installed at /etc/default/dns-flood-detector by the maintainer scripts
|
# installed at /etc/default/dns-flood-detector by the maintainer scripts
|
||||||
|
|
||||||
# options that are passed to the Daemon.
|
# options that are passed to the Daemon.
|
||||||
# here: daemon mode, be more verbose, alarm at > 5/s, stats every 3 secs
|
# HINT: leave "-b". If not stopping via init script will not work
|
||||||
DAEMON_OPTS="-d -v -v -t5 -w3"
|
# here: bindsnap mode, be more verbose, alarm at > 5/s, stats every 3 secs
|
||||||
|
DAEMON_OPTS="-b -v -v -t5 -w3"
|
||||||
|
|
Loading…
Reference in a new issue