[Bug 2641] Add systemd notify code to to track running server

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Sun Mar 31 22:19:24 AEDT 2024


https://bugzilla.mindrot.org/show_bug.cgi?id=2641

--- Comment #20 from Colin Watson <cjwatson at debian.org> ---
Actually, I noticed a slight race here.  You're sending the readiness
notification from platform_pre_listen; but, as the name implies, this
is called _before_ the server has started listening.  The point of the
readiness protocol is that the notification is only sent once the
server is ready to accept connections.

The notification should be moved to after the listen sockets are bound.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list