[Bug 245114] dns/unbound: use daemon(8) to recover from crashes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Mar 2026 11:42:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245114
Alexandre Snarskii <snar@snar.spb.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |snar@snar.spb.ru
--- Comment #15 from Alexandre Snarskii <snar@snar.spb.ru> ---
One more problem with this change: by default unbound daemonizes itself:
# Detach from the terminal, run in background, "yes" or "no".
# Set the value to "no" when Unbound runs as systemd service.
# do-daemonize: yes
daemon can't tell that unbound daemonized and starts it again, second copy of
unbound
is unable to bind ports and exists, daemon starts it again and again...
--
You are receiving this mail because:
You are the assignee for the bug.