Skip to content

Commit a811d7f

Browse files
committed
fix: remove autostart mamonsu in deb
1 parent 182ff32 commit a811d7f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packaging/debian/postinst

-5
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ fi
2727

2828
if [ -x "/etc/init.d/mamonsu" ]; then
2929
update-rc.d mamonsu defaults >/dev/null
30-
if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
31-
invoke-rc.d mamonsu start || exit $?
32-
else
33-
/etc/init.d/mamonsu start || exit $?
34-
fi
3530
fi
3631

3732
exit 0

0 commit comments

Comments
 (0)