unbound(role): fix systemd unit of prometheus exporter

This commit is contained in:
bitwhisker 2026-06-22 21:09:43 +02:00
commit 937ddaf788
Signed by: bitwhisker
SSH key fingerprint: SHA256:KybIk/tusSKao6eLGY+ILlFa1rCrzwx66/acBAcKUqE

View file

@ -6,7 +6,7 @@ After=network.target
[Service] [Service]
Type=simple Type=simple
EnvironmentFile=/etc/prometheus-unbound-exporter.conf EnvironmentFile=/etc/prometheus-unbound-exporter.conf
ExecStart=/bin/unbound_exporter ${UNBOUND_EXPORTER_ARGS} ExecStart=/bin/unbound_exporter $UNBOUND_EXPORTER_ARGS
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target