Commit bb8c973f authored by akrherz's avatar akrherz

OF-693: reload should not run restart target for sysvinit script

parent 8f37c6b8
...@@ -202,14 +202,11 @@ case "$1" in ...@@ -202,14 +202,11 @@ case "$1" in
condrestart) condrestart)
condrestart condrestart
;; ;;
reload)
restart
;;
status) status)
status status
;; ;;
*) *)
echo "Usage $0 {start|stop|restart|status|condrestart|reload}" echo "Usage $0 {start|stop|restart|status|condrestart}"
RETVAL=1 RETVAL=1
esac esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment