init.d script does not support 'reload'

pull/1347/head
Philip O'Toole 2015-01-22 15:02:20 -08:00
parent b9c1eea7b8
commit abe89e1552
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ case $1 in
*)
# For invalid arguments, print the usage message.
echo "Usage: $0 {start|stop|restart|reload|status}"
echo "Usage: $0 {start|stop|restart|status}"
exit 2
;;
esac