2021-11-02 15:51:47 +01:00
|
|
|
[Unit]
|
|
|
|
Description=Prometheus Blacbox Exporter
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2021-11-15 18:04:43 +01:00
|
|
|
ExecStart=/usr/local/bin/prometheus-blackbox-exporter --config.file /etc/default/prometheus-blackbox-exporter
|
2021-11-02 15:51:47 +01:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|