summaryrefslogtreecommitdiffstats
path: root/nixos/modules/system/boot/systemd.nix
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2017-09-24 13:16:38 +0200
committerRobin Gloster <mail@glob.in>2017-09-24 13:17:46 +0200
commit43404d9acf210d940ba5bf015b57b34c8a4a9fb9 (patch)
tree33ec2feaa40af3e7c21ebea29b995ea284097d21 /nixos/modules/system/boot/systemd.nix
parent69698ec11cc0619d84b14764fa9e708fe7e7223c (diff)
systemd-tmpfiles: fix docs
We have been doing this since 4e4161c21268d6952f0f0f5130414e30dcf5cd97
Diffstat (limited to 'nixos/modules/system/boot/systemd.nix')
-rw-r--r--nixos/modules/system/boot/systemd.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix
index d12d0a06f444..ed1f5d20afb6 100644
--- a/nixos/modules/system/boot/systemd.nix
+++ b/nixos/modules/system/boot/systemd.nix
@@ -639,11 +639,7 @@ in
Rules for creating and cleaning up temporary files
automatically. See
<citerefentry><refentrytitle>tmpfiles.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>
- for the exact format. You should not use this option to create
- files required by systemd services, since there is no
- guarantee that <command>systemd-tmpfiles</command> runs when
- the system is reconfigured using
- <command>nixos-rebuild</command>.
+ for the exact format.
'';
};