]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: mworker: exit-on-failure option
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 1 Jun 2017 15:38:54 +0000 (17:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 2 Jun 2017 08:56:32 +0000 (10:56 +0200)
commit69f9b3bfa4ecee87cf95a6a8dc18c4a62ec126f9
tree80c85764546220e6264526c821e3c06a2cac5c4b
parent85b0bd9e54041501248eff73e0f9901ffc7ed140
MEDIUM: mworker: exit-on-failure option

This option exits every workers when one of the current workers die.

It allows you to monitor the master process in order to relaunch
everything on a failure.

For example it can be used with systemd and Restart=on-failure in a spec
file.
include/types/global.h
src/cfgparse.c
src/haproxy.c