mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-15 22:50:54 +00:00
11 lines
259 B
Desktop File
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
|