haproxy --help:
-W master-worker mode.
-Ws master-worker mode with systemd notify support.
On 03/02/2018, 15.44, "Pavlos Parissis" <[email protected]> wrote:
Hi,
In contrib/systemd/haproxy.service.in we see -Ws used in ExecStart as it is
the recommended way to
start haproxy under systemd:
ExecStart=@SBINDIR@/haproxy -Ws -f $CONFIG -p $PIDFILE
But, it isn't documented in doc/management.txt, only -W is mentioned while
I failed to find any
references for '-s'.
I assume that '-s' adds certain functionality as I find it in other
argument combinations (-st and -sf).
Is my understanding wrong?
Cheers,
Pavlos