From 6f0b2fa64bf98043efed6de185a9eded4d00b55b Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Fri, 8 Nov 2013 22:32:29 +0100 Subject: [PATCH] Source init functions in init script --- debian/init.d | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/init.d b/debian/init.d index 093cc77..5305af6 100644 --- a/debian/init.d +++ b/debian/init.d @@ -23,6 +23,8 @@ DESC=ps-watcher test -x $DAEMON || exit 0 +. /lib/lsb/init-functions + # Include ps-watcher defaults if available if [ -f /etc/default/ps-watcher ] ; then . /etc/default/ps-watcher