update init script
This commit is contained in:
parent
21c5d96e31
commit
f03fafae07
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user