Added 1s dealay to restart

SVN revision: 1621
This commit is contained in:
Stefan Ritt 2006-01-19 08:19:21 +00:00
parent 692da7cbba
commit 6a823fb603

View File

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