prometheus/templates/systemd/prometheus-blackbox-exporter.service.j2

11 lines
239 B
Plaintext
Raw Permalink Normal View History

2021-11-02 15:51:47 +01:00
[Unit]
Description=Prometheus Blacbox Exporter
After=network.target
[Service]
Type=simple
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