Source init functions in init script

This commit is contained in:
Jan Wagner 2013-11-08 22:32:29 +01:00
parent dc0bca0b52
commit 6f0b2fa64b

2
debian/init.d vendored
View file

@ -23,6 +23,8 @@ DESC=ps-watcher
test -x $DAEMON || exit 0 test -x $DAEMON || exit 0
. /lib/lsb/init-functions
# Include ps-watcher defaults if available # Include ps-watcher defaults if available
if [ -f /etc/default/ps-watcher ] ; then if [ -f /etc/default/ps-watcher ] ; then
. /etc/default/ps-watcher . /etc/default/ps-watcher