- Also force-reload should be defined - it is adviced to define it

as an alias to restart if application doesnt support reloading of
  its configuration.

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1599 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Peter Lemenkov 17 years ago
parent 125ffdd2f3
commit 0a6003b69c

@ -71,7 +71,7 @@ case "$1" in
status -p $pidfile $prog
RETVAL=$?
;;
restart)
restart|force-reload)
restart
;;
condrestart|try-restart)
@ -80,7 +80,7 @@ case "$1" in
fi
;;
*)
echo $"Usage: $prog {start|stop|restart|condrestart|try-restart|status|help}"
echo $"Usage: $prog {start|stop|restart|force-reload|condrestart|try-restart|status|help}"
exit 1
esac

Loading…
Cancel
Save