Just leaving myself a note here that the systemd exporter seems broken. The process group targets don't correctly specify that they Want the service files.
Also probably worth fixing StandardOutput=syslog (use StandardOutput=journal instead) and pick the right KillMode (as process is unlikely to be the correct choice.
Just leaving myself a note here that the systemd exporter seems broken. The process group targets don't correctly specify that they
Want
the service files.Also probably worth fixing
StandardOutput=syslog
(useStandardOutput=journal
instead) and pick the rightKillMode
(asprocess
is unlikely to be the correct choice.