Hi, This question has probably been asked before, but I couldn't find anything.
I want to run HAProxy under a system using s6. I want to make HAProxy hot reload its configuration to have minimal downtime on configuration updates. The way this is done in HAProxy is by starting a second instance, which takes over the port and asks the first instance to exit. However, if haproxy runs under s6, when the first haproxy process goes away, s6 will automatically restart it I assume? Is there a way around this? How is HAproxy generally used with s6? thanks! Remko
