Increase sleep for init script between stop/start

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@34 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Mark Buechler
2006-11-14 18:44:47 +00:00
parent 5410bf4f3b
commit 58a08724ca

View File

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