From b480f66f9fb93992178bd7a85d0c926731d047cb Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 5 Jan 2020 13:37:55 -0500 Subject: [PATCH] prometheus: add reload to extra_started_commands --- sr.ht/prometheus/prometheus.initd | 1 + 1 file changed, 1 insertion(+) diff --git a/sr.ht/prometheus/prometheus.initd b/sr.ht/prometheus/prometheus.initd index 3931e90..173f8ad 100644 --- a/sr.ht/prometheus/prometheus.initd +++ b/sr.ht/prometheus/prometheus.initd @@ -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" \ -- 2.45.2