Made init.d script work with systemd

This commit is contained in:
Maxim Biro 2014-08-17 00:12:35 -04:00
parent 2040fc41d2
commit e474a32e71

View File

@ -108,3 +108,4 @@ case "$1" in
exit 3
;;
esac
exit 0