]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: don't start haproxy on reload
authorAdam Spiers <aspiers@suse.com>
Mon, 23 Feb 2015 15:28:41 +0000 (15:28 +0000)
committerWilly Tarreau <w@1wt.eu>
Mon, 23 Feb 2015 17:13:14 +0000 (18:13 +0100)
commit107ddc1b67ad43b1406e49ea1d45010755dd60e5
tree3c5254148eded0331d1cae9d1366a6697a056111
parentecb74a3d86b1d89b5821667691b1a00ad5b21e4b
BUG/MINOR: don't start haproxy on reload

If haproxy is not already running, reload should not start it.
Unfortunately the LSB spec does not explicitly cover this case:

  http://refspecs.linuxbase.org/LSB_3.1.1/LSB-Core-generic/LSB-Core-generic/iniscrptact.html

but it seems like the more correct behaviour, and actually fixes a
real-world issue we saw in SUSE Cloud.

Signed-off-by: Adam Spiers <aspiers@suse.com>
examples/haproxy.init