Source init functions in init script
This commit is contained in:
parent
67eb609f53
commit
a454efe244
2
debian/init.d
vendored
2
debian/init.d
vendored
|
@ -23,6 +23,8 @@ DESC=dns-flood-detector
|
||||||
|
|
||||||
test -x $DAEMON || exit 0
|
test -x $DAEMON || exit 0
|
||||||
|
|
||||||
|
. /lib/lsb/init-functions
|
||||||
|
|
||||||
# Include dns-flood-detector defaults if available
|
# Include dns-flood-detector defaults if available
|
||||||
if [ -f /etc/default/dns-flood-detector ] ; then
|
if [ -f /etc/default/dns-flood-detector ] ; then
|
||||||
. /etc/default/dns-flood-detector
|
. /etc/default/dns-flood-detector
|
||||||
|
|
Loading…
Reference in a new issue