Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jun 2024 18:37:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 277959] Refactor of usr.sbin/daemon caused regression in restart parameter
Message-ID:  <bug-277959-227-dQi1fWKfZ8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-277959-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-277959-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277959

--- Comment #5 from Kyle Evans <kevans@freebsd.org> ---
In the new model we're effectively dropping SIGTERM on the floor because it=
's
all handled by the event loop, but killing the supervised process pushes us=
 out
of the event loop until we restart it again and the kqueue we use isn't
persistent across restarts.  SIGTERM and SIGHUP should likely move back into
the normal signal handling facilities if we're going to get this right.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-277959-227-dQi1fWKfZ8>