]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: be less misleading since systemd-run does not support ExtraFileDescriptors...
authorMike Yuan <me@yhndnzj.com>
Tue, 29 Oct 2024 15:32:34 +0000 (16:32 +0100)
committerMike Yuan <me@yhndnzj.com>
Tue, 29 Oct 2024 15:35:35 +0000 (16:35 +0100)
NEWS

diff --git a/NEWS b/NEWS
index d3a287d1bbdaf6333fb498cb3feed583364f6a80..da4c34ca3ec2d989c776f30e0e43deca083a0de0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -207,7 +207,7 @@ CHANGES WITH 257 in spe:
         * PID 1 will now optionally load a policy for the new Linux IPE LSM at
           boot.
 
-        * Transient services (like those started with systemd-run) may now
+        * Transient services (StartTransientUnit() D-Bus method) may now
           receive additional, arbitrary file descriptors to pass to executed
           service processes on activation using the new ExtraFileDescriptor=
           unit property.