[Bug 212829] daemon(8) using -P swallows signals such as SIGHUP instead of propagating them

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 19 Apr 2023 11:06:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212829

crest@rlwinm.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |crest@rlwinm.de

--- Comment #11 from crest@rlwinm.de ---
There are several process supervisors available in ports that could be used
instead of daemon. It should be enough to declare a runtime dependency on it
and use it instead of daemon in your rc.d script(s). The better ones e.g.
s6/runit/daemontools support sending signals to the supervised processes and
can capture their stdout/stderr into a pipe connected to a logging process this
can be a proxy to syslog (or something better).

-- 
You are receiving this mail because:
You are the assignee for the bug.