diff options
author | Mike Yuan <me@yhndnzj.com> | 2024-10-29 16:32:34 +0100 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2024-10-29 16:35:35 +0100 |
commit | aa61fe48e5da482062661bc9bb1535f5c72775d8 (patch) | |
tree | ee37ac4b09e70df9dc08723e1c94245c51c49249 /NEWS | |
parent | udevadm: automatically anable JSON-SEQ in case JSON is used for "udevadm info... (diff) | |
download | systemd-aa61fe48e5da482062661bc9bb1535f5c72775d8.tar.xz systemd-aa61fe48e5da482062661bc9bb1535f5c72775d8.zip |
NEWS: be less misleading since systemd-run does not support ExtraFileDescriptors= yet
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |