~dricottone/huttese-apk

b480f66f9fb93992178bd7a85d0c926731d047cb — Drew DeVault 4 years ago 10c2023
prometheus: add reload to extra_started_commands
1 files changed, 1 insertions(+), 0 deletions(-)

M sr.ht/prometheus/prometheus.initd
M sr.ht/prometheus/prometheus.initd => sr.ht/prometheus/prometheus.initd +1 -0
@@ 8,6 8,7 @@ command_args="--config.file=$prometheus_config_file \
	--storage.tsdb.retention.time=$prometheus_retention_time"
command_user="prometheus:prometheus"
pidfile="/run/${RC_SVCNAME}.pid"
extra_started_commands="reload"

start_pre() {
	[ -n "$output_log" ] && checkpath -f "$output_log" \