Merge "Remove 'restart' for v3 executor"

This commit is contained in:
Zuul 2018-03-12 18:45:06 +00:00 committed by Gerrit Code Review
commit b9382ddaf2
1 changed files with 1 additions and 11 deletions

View File

@ -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