Skip to content

Commit

Permalink
support "reload" for debian init script
Browse files Browse the repository at this point in the history
The script will be called with 'reload', so we should support this. It
is unclear how this worked in the past.
  • Loading branch information
bastelfreak committed Jul 21, 2018
1 parent 2453a0f commit 91a1d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/prometheus.debian.erb
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ case "$1" in
#do_reload
#log_end_msg $?
#;;
restart|force-reload)
restart|reload|force-reload)
#
# If the "reload" option is implemented then remove the
# 'force-reload' alias
Expand Down

0 comments on commit 91a1d6c

Please sign in to comment.