Source init functions in init script
This commit is contained in:
parent
05ca589b75
commit
bb64a82a45
2
debian/postfwd.init
vendored
2
debian/postfwd.init
vendored
|
@ -22,6 +22,8 @@ DAEMON=/usr/sbin/${NAME}
|
||||||
PIDFILE=/var/run/$NAME.pid
|
PIDFILE=/var/run/$NAME.pid
|
||||||
DESC=postfwd
|
DESC=postfwd
|
||||||
|
|
||||||
|
. /lib/lsb/init-functions
|
||||||
|
|
||||||
test -x $DAEMON || exit 0
|
test -x $DAEMON || exit 0
|
||||||
|
|
||||||
not_configured () {
|
not_configured () {
|
||||||
|
|
Loading…
Reference in a new issue