summaryrefslogtreecommitdiff
path: root/app-metrics/bind_exporter/files/bind_exporter.service
blob: ad2a237a061a54feda3e22841d69d45b082daa67 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Bind Exporter
Documentation="https://github.com/prometheus-community/bind_exporter"

[Service]
User=bind_exporter
EnvironmentFile=/etc/sysconfig/bind_exporter
ExecStart=/usr/sbin/bind_exporter $OPTIONS

[Install]
WantedBy=multi-user.target