update init script

This commit is contained in:
Michal Hlavinka 2009-11-24 16:33:56 +00:00
parent 21c5d96e31
commit f03fafae07

View File

@ -83,12 +83,14 @@ case "$1" in
;;
force-reload|restart)
stop
sleep 1
start
RETVAL=$?
;;
condrestart|try-restart)
if [ -f $lockfile ]; then
stop
sleep 3
start
fi
;;