Exit properly on "restart" request to init script.
[29-init-restart]
This commit is contained in:
parent
467bce0185
commit
0dbebdbddf
|
|
@ -227,6 +227,7 @@ restart)
|
|||
$0 stop || exit 1
|
||||
sleep 1
|
||||
$0 start
|
||||
exit
|
||||
;;
|
||||
|
||||
status)
|
||||
|
|
|
|||
Loading…
Reference in New Issue