dnsmasq_exporter/dnsmasq_exporter.service
Michael Stapelberg 1c0a911641 Initial commit
2017-10-30 06:23:40 -07:00

12 lines
231 B
Desktop File

[Unit]
Description=dnsmasq exporter for Prometheus
Documentation=https://prometheus.io/docs/introduction/overview/
[Service]
Restart=always
User=prometheus
ExecStart=/usr/bin/dnsmasq_exporter
[Install]
WantedBy=multi-user.target