gentoo-ebuilds/app-metrics/bind_exporter/files/bind_exporter.service
Robin H. Johnson 1351ede7b9
app-metrics/bind_exporter: systemd, match other distros for config
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2024-03-24 22:20:15 -07:00

11 lines
259 B
Desktop File

[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