diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-16 18:08:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-16 18:08:41 +0000 |
commit | e31cc1efd724903b9cfeca5c070978113586ed28 (patch) | |
tree | 59e1fe0085540c2dd20a2ffa171f0bb8c732f7d4 /NEWS | |
parent | Adding upstream version 256. (diff) | |
download | systemd-3b8989120eb945a84d2f5d7d3f21a4ebaf27e538.tar.xz systemd-3b8989120eb945a84d2f5d7d3f21a4ebaf27e538.zip |
Adding upstream version 256.1.upstream/256.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -81,6 +81,11 @@ CHANGES WITH 256: * systemd.crash_reboot and related settings are deprecated in favor of systemd.crash_action=. + * Stable releases for version v256 and newer will now be pushed in the + main repository. The systemd-stable repository will be used for existing + stable branches (v255-stable and lower), and when they reach EOL it will + be archived. + General Changes and New Features: * Various programs will now attempt to load the main configuration file @@ -190,7 +195,7 @@ CHANGES WITH 256: additional per-user service managers, whose users are transient and are only defined as long as the service manager is running. (This is implemented via DynamicUser=1), allowing a user manager to be used to - manager a group of processes without needing to create an actual user + manage a group of processes without needing to create an actual user account. These service managers run with home directories of /var/lib/capsules/<capsule-name> and can contain regular services and other units. A capsule is started via a simple "systemctl start |