[Bug 245114] dns/unbound: use daemon(8) to recover from crashes
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Mar 27 20:12:52 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245114
Bug ID: 245114
Summary: dns/unbound: use daemon(8) to recover from crashes
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: cm at appliedprivacy.net
CC: jaap at NLnetLabs.nl
Flags: maintainer-feedback?(jaap at NLnetLabs.nl)
CC: jaap at NLnetLabs.nl
Hi,
other rc scripts for services use daemon(8) with "-r" to recover from daemon
crashes automatically without requiring admin intervention.
Today our unbound resolver (v1.10) crashed but since unbound does not make use
of daemon it stayed down until we started it manually - which is worse than it
could be.
Please add daemon to unbound's rc script to recover from crashes automatically.
for an example on how to use daemon:
https://svnweb.freebsd.org/ports/head/dns/dnsdist/files/dnsdist.in?view=markup
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list