]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: systemd: enable USE_SYSTEMD by default with TARGET=linux-glibc
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 4 Apr 2024 12:06:11 +0000 (14:06 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 4 Apr 2024 12:06:11 +0000 (14:06 +0200)
commit310e3d070c5a94b85656c2cd9bbbf41e3a46f473
tree418c982e8d0f2581eacb32d4284d6144fe5678e9
parentfcb096f7cd02e9c3cf4635ed002ad9bb0caad82e
BUILD: systemd: enable USE_SYSTEMD by default with TARGET=linux-glibc

Since the systemd notify feature is now independant of any library,
lets enable it by default for linux-glibc.

The -Ws mode still need to be used in order to use the sd_nofify()
function. And the function won't do anything if the NOTIFY_SOCKET
environment variable is not defined.
Makefile