Hi, Please consider applying the attached patch.
It is a patch for the management.txt and adds the '-Ws' in the list of available options. haproxy --help reports that option, so I thought we need to have in the document as well. The patch mentions that haproxy must be build with `USE_SYSTEMD` build option enabled, otherwise this option is not available. Cheers, Pavlos
From 426a4b37f7f1347a3e017db8f577b81f34f51f13 Mon Sep 17 00:00:00 2001 From: Pavlos Parissis <[email protected]> Date: Wed, 7 Feb 2018 21:42:16 +0100 Subject: [PATCH] DOC: Mention -Ws in the list of available options --- doc/management.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/management.txt b/doc/management.txt index af216521a..1488862e7 100644 --- a/doc/management.txt +++ b/doc/management.txt @@ -176,6 +176,10 @@ list of options is : is compatible either with the foreground or daemon mode. It is recommended to use this mode with multiprocess and systemd. + -Ws : master-worker mode with support of `notify` type of systemd service. + This option is only available when HAProxy was built with `USE_SYSTEMD` + build option enabled. + -c : only performs a check of the configuration files and exits before trying to bind. The exit status is zero if everything is OK, or non-zero if an error is encountered. -- 2.11.0
signature.asc
Description: OpenPGP digital signature

