]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: mworker: remove USE_SYSTEMD requirement for -Ws
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 20 Nov 2024 11:02:39 +0000 (12:02 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 20 Nov 2024 11:07:38 +0000 (12:07 +0100)
commit15845247db4527f1cc594b48e60e9b99bc4a498f
tree30aba94c3e7ef958441f663abd0fcfb3bdcca449
parent16147e6cf3b55cd1f6e75895d8268fc67a5c2b7d
MEDIUM: mworker: remove USE_SYSTEMD requirement for -Ws

Since sd_notify() is now implemented in src/systemd.c, there is no need
anymore to build its support conditionnally with USE_SYSTEMD.

This patch add supports for -Ws for every build and removes the
USE_SYSTEMD build option. It also remove every reference to USE_SYSTEMD
in the documentation and the CI.

This also allows to run the reg-tests in -Ws with the new VTest support.
.github/matrix.py
.github/workflows/coverity.yml
.github/workflows/fedora-rawhide.yml
.travis.yml
INSTALL
Makefile
doc/management.txt
src/cli.c
src/haproxy.c
src/mworker.c