Hi All,

In addition to the current readiness notification when running under
systemd via "sd_notify", I was hoping to have the daemon readiness
notification supported by "s6" built into HAProxy.

The mechanism used by s6, which amounts to the daemon writing to, then
closing an arbitrary file descriptor, is covered here:

https://skarnet.org/software/s6/notifywhenup.html

The supervision suite waits for this before transitioning the service
from up (ie daemon has been spawned) to ready (ie daemon is ready to
do useful work).

I've got a quick and dirty (and relatively untested) patch for this
already, but wanted to see if this was something that held any
interest to anyone apart from myself.

-- 
Andrew Heberle

Reply via email to