]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: note about reexec on update, for sd-executor 30153/head
authorLuca Boccassi <bluca@debian.org>
Wed, 22 Nov 2023 18:04:08 +0000 (18:04 +0000)
committerLuca Boccassi <bluca@debian.org>
Wed, 22 Nov 2023 18:04:21 +0000 (18:04 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 79593b967db78adf81453251398747c32b3cc1fe..3fd42aa28203beb5a19aca0a621a1aa0908d05a8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -68,7 +68,11 @@ CHANGES WITH 255 in spe:
           semantics via posix_spawn(3), and it immediately execs a new internal
           binary, systemd-executor, that receives the configuration to apply
           via memfd, and sets up the process before exec'ing the target
-          executable.
+          executable. The systemd-executor binary is pinned by file descriptor
+          by each manager instance (system and users), and the reference is
+          updated on daemon-reexec - it is thus important to reexec all running
+          manager instances when the systemd-executor and/or libsystemd*
+          libraries are updated on the filesystem.
 
         * Most of the internal process tracking is being changed to use PIDFDs
           instead of PIDs when the kernel supports it, to improve robustness