Emmanuel, Am 08.01.19 um 13:53 schrieb Emmanuel Hocdet: > Without master/worker, haproxy reload work with an active waiting (haproxy > exec). > With master/worker, kill -USR2 return immediately: Is there a way to know > when the reload is finished? >
Are you using systemd with -Ws? haproxy informs systemd when a reload starts and when it is finished using the sd_notify protocol: https://www.freedesktop.org/software/systemd/man/sd_notify.html#RELOADING=1 Best regards Tim Düsterhus

