summarylogtreecommitdiffstats
path: root/prometheus-blackbox-exporter.service
diff options
context:
space:
mode:
Diffstat (limited to 'prometheus-blackbox-exporter.service')
-rw-r--r--prometheus-blackbox-exporter.service2
1 files changed, 2 insertions, 0 deletions
diff --git a/prometheus-blackbox-exporter.service b/prometheus-blackbox-exporter.service
index e4d6ceb9298d..751688d472c7 100644
--- a/prometheus-blackbox-exporter.service
+++ b/prometheus-blackbox-exporter.service
@@ -3,7 +3,9 @@ Description=Prometheus blackbox Exporter
After=network.target
[Service]
+User=prometheus
ExecStart=/usr/bin/prometheus_blackbox_exporter --config.file="/etc/prometheus/blackbox.yml"
+ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target