Hi,
I have a situation where I need to have some servers in MAINT state for days.
In the meantime I often need to reload (or restart) HAProxy and keep those states.
I have configured a state file, that is read at startup, and I have modified the “ExecReload” commands in the systemd unit.
I wonder if I should do the same for ExecStop (to store the state before stopping).
Is there a situation where this would be a bad idea ?
Thanks