fixies
This commit is contained in:
parent
cbd315a9a4
commit
24d768fda7
1
debian/postinst
vendored
1
debian/postinst
vendored
|
@ -6,7 +6,6 @@ then
|
|||
fi
|
||||
|
||||
if [ -x "/etc/init.d/ps-watcher" ]; then
|
||||
update-rc.d ps-watcher defaults 40 >/dev/null
|
||||
if [ "$startup" = "1" ] && [ -f $CONFIG ]; then
|
||||
if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
|
||||
invoke-rc.d ps-watcher start || exit $?
|
||||
|
|
Loading…
Reference in a new issue