diff --git a/files/zuul-executor.init b/files/zuul-executor.init index 0987ba4..2081485 100644 --- a/files/zuul-executor.init +++ b/files/zuul-executor.init @@ -116,18 +116,8 @@ case "$1" in do_reload log_end_msg $? ;; - restart) - # - # If the "reload" option is implemented then remove the - # 'force-reload' alias - # - log_daemon_msg "Restarting $DESC" "$NAME" - do_stop - do_start - ;; *) - #echo "Usage: $SCRIPTNAME {start|stop|restart|reload|force-reload}" >&2 - echo "Usage: $SCRIPTNAME {start|stop|status|restart|force-reload}" >&2 + echo "Usage: $SCRIPTNAME {start|stop|status|force-reload}" >&2 exit 3 ;; esac