]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: New cli option -Ds for systemd compatibility
authorMarc-Antoine Perennou <Marc-Antoine@Perennou.com>
Tue, 12 Feb 2013 09:53:52 +0000 (10:53 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 13 Feb 2013 09:47:49 +0000 (10:47 +0100)
commit992709bad06be0ee710ac60b169b18a7607b71b5
treee2bb4a7cc469888add88e3834ee007ac3ce96a7b
parentfce2e96b9d9fd827ece32d88a88aa988123a0074
MEDIUM: New cli option -Ds for systemd compatibility

This patch adds a new option "-Ds" which is exactly like "-D", but instead of
forking n times to get n jobs running and then exiting, prefers to wait for all the
children it just created. With this done, haproxy becomes more systemd-compliant,
without changing anything for other systems.

Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
doc/haproxy-en.txt
doc/haproxy-fr.txt
doc/haproxy.1
include/types/global.h
src/haproxy.c