19 lines
417 B
Text
19 lines
417 B
Text
|
[Unit]
|
||
|
Description=Prometheus blackbox exporter
|
||
|
Documentation=https://github.com/prometheus/blackbox_exporter
|
||
|
Wants=basic.target
|
||
|
After=basic.target network.target
|
||
|
|
||
|
[Service]
|
||
|
User=prometheus
|
||
|
Group=prometheus
|
||
|
EnvironmentFile=/etc/default/blackbox_exporter
|
||
|
ExecStart=/usr/bin/blackbox_exporter $ARGS
|
||
|
ExecReload=/bin/kill -HUP $MAINPID
|
||
|
KillMode=process
|
||
|
Restart=always
|
||
|
RestartSec=42s
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|