]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: systemd: ignore daemon mode
authorLukas Tribus <lukas@ltri.eu>
Tue, 21 Nov 2017 11:39:34 +0000 (12:39 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 21 Nov 2017 20:21:35 +0000 (21:21 +0100)
commitf46bf95d2b4726d7f69a66824001bcdae0899b57
tree0bcdbeff5581cf591a151d82df5c4a768197d623
parent2fb986ccb85cbce08ec5b270b2cf635b046c3b79
BUG/MINOR: systemd: ignore daemon mode

Since we switched to notify mode in the systemd unit file in commit
d6942c8, haproxy won't start if the daemon keyword is present in the
configuration.

This change makes sure that haproxy remains in foreground when using
systemd mode and adds a note in the documentation.
doc/configuration.txt
src/haproxy.c