about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authornikstur <nikstur@outlook.com>2023-11-25 21:31:09 +0100
committernikstur <nikstur@outlook.com>2023-11-25 21:39:10 +0100
commitfa41730b86df51d45465ef36d5dda8a5a898fbb5 (patch)
treef3659c23336264991a444757a56c6faea2d70e54 /nixos/doc
parentc1681fe35cdd912d2de0dfd6e78886554538e434 (diff)
downloadnixlib-fa41730b86df51d45465ef36d5dda8a5a898fbb5.tar
nixlib-fa41730b86df51d45465ef36d5dda8a5a898fbb5.tar.gz
nixlib-fa41730b86df51d45465ef36d5dda8a5a898fbb5.tar.bz2
nixlib-fa41730b86df51d45465ef36d5dda8a5a898fbb5.tar.lz
nixlib-fa41730b86df51d45465ef36d5dda8a5a898fbb5.tar.xz
nixlib-fa41730b86df51d45465ef36d5dda8a5a898fbb5.tar.zst
nixlib-fa41730b86df51d45465ef36d5dda8a5a898fbb5.zip
nixos/switch-to-configuration: remove explicit tmpfiles invocation
Diffstat (limited to 'nixos/doc')
-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`)