From: Pavlos Parissis Date: Wed, 7 Feb 2018 20:42:16 +0000 (+0100) Subject: DOC: Mention -Ws in the list of available options X-Git-Tag: v1.9-dev1~429 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=f65f257871907f831558b1fab626d871fd48e984;p=haproxy.git DOC: Mention -Ws in the list of available options --- 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.