Added a sleep between stop/start to allow stop to fully complete

Change-Id: I9071e880cf98565dd801db8806177d0f1593b03f
This commit is contained in:
Tim Kuhlman 2015-03-10 11:03:05 -06:00
parent 61e5052464
commit 5ac0feaead
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ case "$1" in
restart|force-reload)
$0 stop
sleep 1
$0 start
;;