prometheus/templates/systemd/prometheus-blackbox-exporter.service.j2
2021-11-15 18:04:43 +01:00

11 lines
239 B
Django/Jinja

[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
[Install]
WantedBy=multi-user.target