debian/authentic2.init: activate the reload command

This commit is contained in:
Benjamin Dauvergne 2014-05-27 10:44:24 +02:00
parent 85ba17c28e
commit b18adc70ac
1 changed files with 5 additions and 5 deletions

View File

@ -149,15 +149,15 @@ case "$1" in
status)
status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $?
;;
#reload|force-reload)
reload|force-reload)
#
# If do_reload() is not implemented then leave this commented out
# and leave 'force-reload' as an alias for 'restart'.
#
#log_daemon_msg "Reloading $DESC" "$NAME"
#do_reload
#log_end_msg $?
#;;
log_daemon_msg "Reloading $DESC" "$NAME"
do_reload
log_end_msg $?
;;
restart|force-reload)
#
# If the "reload" option is implemented then remove the