WIP: new z9 ccchh router #98

Draft
bitwhisker wants to merge 23 commits from new_ccchh_router into main
Showing only changes of commit 724d537cd5 - Show all commits

unbound(role): fix systemd unit of prometheus exporter
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m42s
/ Ansible Lint (push) Successful in 2m43s
/ build (pull_request) Successful in 33s

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