package-pipelines-miscellan.../prometheus-dnsbl-exporter/prometheus-dnsbl-exporter.service
2023-12-05 23:40:22 +01:00

13 lines
308 B
Desktop File

[Unit]
Description=Prometheus DNSBL Exporter
Documentation=https://github.com/Luzilla/dnsbl_exporter
After=network.target
[Service]
Restart=always
User=prometheus
EnvironmentFile=/etc/default/prometheus-dnsbl-exporter
ExecStart=/usr/bin/prometheus-dnsbl-exporter $ARGS
[Install]
WantedBy=multi-user.target