Hi,
after i have upgraded from Debian 11 to Debian 12 unbound does not write a PID File.
I need that PID File to monitor unbound with m/monit.
I tried with the Paths /etc/unbound & /run
kind regards
Dirk
Hi,
after i have upgraded from Debian 11 to Debian 12 unbound does not write a PID File.
I need that PID File to monitor unbound with m/monit.
I tried with the Paths /etc/unbound & /run
kind regards
Dirk
Hello Dirk,
Yes i have that Problem again after an Debian Upgrade, but this time the Solution that have worked after the Upgrade from 10 to 11 is not working.
12.02.2024 17:52, LibertyX via Unbound-users :
Hi,
after i have upgraded from Debian 11 to Debian 12 unbound does not write a PID File.
I need that PID File to monitor unbound with m/monit.I tried with the Paths /etc/unbound & /run
In bookworm, the unbound.service file, I added -p option for unbound to omit
creating the pid file, as it is not very useful in context of systemd.
If you really need the pid file, you have to remove -p from there.
Thanks,
/mjt