init.d script does not support 'reload'
parent
b9c1eea7b8
commit
abe89e1552
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue