]> git.ipfire.org Git - thirdparty/systemd.git/commit
manager: send an sd_notify() message informing the container manager when systemd...
authorLennart Poettering <lennart@poettering.net>
Tue, 12 Mar 2024 17:48:28 +0000 (18:48 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 14 Mar 2024 16:24:16 +0000 (17:24 +0100)
commit6dfa0a9d4c37fa73ce1c5fc17ab09d19b054df18
tree6d9dda5e847247c44474b9f5ad1565632d6b60cc
parente62731f942974fbf9c7e34bdd65c9b7fc8f0c485
manager: send an sd_notify() message informing the container manager when systemd's special UNIX signals become available

From the outside it's difficult to determine whether (and when) the PID1
inside a container supports systemd's more complete set of UNIX process
signals or not. Let's make this easier, and simply send a notification
message when we are ready.
src/core/manager.c