diff options
author | Luca Boccassi <bluca@debian.org> | 2023-07-18 16:50:57 +0200 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2023-07-18 18:26:02 +0200 |
commit | 25c66abbed78b734d999c6579373eb551d95d82b (patch) | |
tree | 227f5bc65ee7f7d28c5127e325ee485803e1e866 /NEWS | |
parent | man: explicitly note that units surviving soft-reboot should not pin resources (diff) | |
download | systemd-25c66abbed78b734d999c6579373eb551d95d82b.tar.xz systemd-25c66abbed78b734d999c6579373eb551d95d82b.zip |
NEWS: note that /run/host/os-release is available more broadly
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -183,6 +183,13 @@ CHANGES WITH 254 in spe: reboot mechanism is accessible via the new "systemctl soft-reboot" command. + * Services using RootDirectory= or RootImage= will now have read-only + access to a copy of the host's os-release file under + /run/host/os-release, which will be kept up-to-date on 'soft-reboot'. + This was already the case for Portable Services, and the feature has + now been extended to all services that do not run off the host's + root filesystem. + * A new service setting MemoryKSM= has been added to enable kernel same-page merging individually for services. |