12 lines
231 B
Desktop File
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
|