about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authornikstur <nikstur@outlook.com>2023-12-25 23:12:46 +0100
committernikstur <nikstur@outlook.com>2024-01-18 00:46:30 +0100
commit8f3abd21aad719ea7018dc309450c0ed63dd3642 (patch)
treefc6884589ebf33b3904be0213bfc5f4ae8ffc6ae /nixos/doc
parentd10ef8be71b5c208f3d48f0688090d5b8c31c5b1 (diff)
downloadnixlib-8f3abd21aad719ea7018dc309450c0ed63dd3642.tar
nixlib-8f3abd21aad719ea7018dc309450c0ed63dd3642.tar.gz
nixlib-8f3abd21aad719ea7018dc309450c0ed63dd3642.tar.bz2
nixlib-8f3abd21aad719ea7018dc309450c0ed63dd3642.tar.lz
nixlib-8f3abd21aad719ea7018dc309450c0ed63dd3642.tar.xz
nixlib-8f3abd21aad719ea7018dc309450c0ed63dd3642.tar.zst
nixlib-8f3abd21aad719ea7018dc309450c0ed63dd3642.zip
switch-to-configuration: add sysinit-reactivation release note
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index aba4d3d72d1d..d00dfdc1e95b 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -109,6 +109,11 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 
 - The executable file names for `firefox-devedition`, `firefox-beta`, `firefox-esr` now matches their package names, which is consistent with the `firefox-*-bin` packages. The desktop entries are also updated so that you can have multiple editions of firefox in your app launcher.
 
+- switch-to-configuration does not directly call systemd-tmpfiles anymore.
+  Instead, the new artificial sysinit-reactivation.target is introduced which
+  allows to restart multiple services that are ordered before sysinit.target
+  and respect the ordering between the services.
+
 - The `systemd.oomd` module behavior is changed as:
 
   - Raise ManagedOOMMemoryPressureLimit from 50% to 80%. This should make systemd-oomd kill things less often, and fix issues like [this](https://pagure.io/fedora-workstation/issue/358).