about summary refs log tree commit diff
path: root/nixos/doc/manual/development
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-11-29 09:38:27 +0300
committerGitHub <noreply@github.com>2023-11-29 09:38:27 +0300
commit9ad22d35b67cf3bb03ffd56e96f38bcdbb9163a0 (patch)
tree00e73bca3e6893f70b6c693969afe2b0f3eda3c1 /nixos/doc/manual/development
parentf6a4e680a9bef3336437543ab372bd191a8f97eb (diff)
Revert "nixos/switch-to-configuration: remove explicit tmpfiles invocation"
Diffstat (limited to 'nixos/doc/manual/development')
-rw-r--r--nixos/doc/manual/development/what-happens-during-a-system-switch.chapter.md1
1 files changed, 1 insertions, 0 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 fa921bbc7c5ef..ccadb819e061d 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,6 +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`)
 - Reload units (`systemctl reload`)
 - Restart units (`systemctl restart`)
 - Start units (`systemctl start`)