new z9 ccchh router #98

Merged
bitwhisker merged 47 commits from new_ccchh_router into main 2026-08-07 23:44:27 +02:00
Showing only changes of commit 9271cbda97 - Show all commits

unbound(role): fix systemd unit of prometheus exporter

bitwhisker 2026-06-22 21:09:43 +02:00
Signed by: bitwhisker
SSH key fingerprint: SHA256:KybIk/tusSKao6eLGY+ILlFa1rCrzwx66/acBAcKUqE

View file

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