]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: cfgparse: 'daemon' not compatible with -Ws
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 5 Nov 2025 10:45:36 +0000 (11:45 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 5 Nov 2025 10:49:11 +0000 (11:49 +0100)
commit4f978325acef82cdefb728a431560c9d75fcd181
treecd14d8e3857b2672d7df9dfaaf018c1bc80fbcb1
parent631233e9eccd72bc47d05076d1102e48d78b1004
MEDIUM: cfgparse: 'daemon' not compatible with -Ws

Emit a warning when the 'daemon' keyword is used in master-worker mode
for systemd (-Ws). This never worked and was always ignored by setting
MODE_FOREGROUND during cmdline parsing.
src/cfgparse-global.c