about summary refs log tree commit diff
path: root/nixos/doc/manual/development/what-happens-during-a-system-switch.chapter.md
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/doc/manual/development/what-happens-during-a-system-switch.chapter.md')
-rw-r--r--nixos/doc/manual/development/what-happens-during-a-system-switch.chapter.md1
1 files changed, 0 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 ccadb819e061..fa921bbc7c5e 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,6 @@ 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`)
 - Reload units (`systemctl reload`)
 - Restart units (`systemctl restart`)
 - Start units (`systemctl start`)