about summary refs log tree commit diff
path: root/nixos/doc/manual/development
diff options
context:
space:
mode:
authornikstur <nikstur@outlook.com>2023-11-25 21:31:09 +0100
committernikstur <nikstur@outlook.com>2024-01-18 00:46:30 +0100
commite6b66f08a53261cf825817df59d3ccd75ed0eead (patch)
tree220fdf2e486575ddbe7bace58952d458d0dff94b /nixos/doc/manual/development
parent8bc3b617dd2b6246a298e148d81b8734446b5922 (diff)
nixos/switch-to-configuration: add sysinit-reactivation.target
Diffstat (limited to 'nixos/doc/manual/development')
-rw-r--r--nixos/doc/manual/development/what-happens-during-a-system-switch.chapter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/development/what-happens-during-a-system-switch.chapter.md b/nixos/doc/manual/development/what-happens-during-a-system-switch.chapter.md
index ccadb819e061d..5d17a9c98514c 100644
--- a/nixos/doc/manual/development/what-happens-during-a-system-switch.chapter.md
+++ b/nixos/doc/manual/development/what-happens-during-a-system-switch.chapter.md
@@ -37,7 +37,7 @@ of actions is always the same:
 - Forget about the failed state of units (`systemctl reset-failed`)
 - Reload systemd (`systemctl daemon-reload`)
 - Reload systemd user instances (`systemctl --user daemon-reload`)
-- Set up tmpfiles (`systemd-tmpfiles --create`)
+- Reactivate sysinit (`systemctl restart sysinit-reactivation.target`)
 - Reload units (`systemctl reload`)
 - Restart units (`systemctl restart`)
 - Start units (`systemctl start`)