Exit properly on "restart" request to init script.

[29-init-restart]
This commit is contained in:
Gavin Lambert 2014-06-01 18:07:47 +12:00
parent 467bce0185
commit 0dbebdbddf
1 changed files with 1 additions and 0 deletions

View File

@ -227,6 +227,7 @@ restart)
$0 stop || exit 1
sleep 1
$0 start
exit
;;
status)