change to bindsnap, since daemon forks after starting, which makes start-stop-daemon trouble

This commit is contained in:
Jan Wagner 2007-07-04 17:03:59 +00:00
parent 7aeb729dc7
commit 181cc94118

5
debian/default vendored
View file

@ -3,5 +3,6 @@
# installed at /etc/default/dns-flood-detector by the maintainer scripts
# options that are passed to the Daemon.
# here: daemon mode, be more verbose, alarm at > 5/s, stats every 3 secs
DAEMON_OPTS="-d -v -v -t5 -w3"
# HINT: leave "-b". If not stopping via init script will not work
# here: bindsnap mode, be more verbose, alarm at > 5/s, stats every 3 secs
DAEMON_OPTS="-b -v -v -t5 -w3"