Source init functions in init script
This commit is contained in:
parent
dc0bca0b52
commit
6f0b2fa64b
2
debian/init.d
vendored
2
debian/init.d
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue