about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2021-07-10 14:17:37 +0100
committerGitHub <noreply@github.com>2021-07-10 14:17:37 +0100
commit9258edb5a15a958ba80a807161cf3c3744597a2f (patch)
treece3429507dcfafb887c6265311d9183dbbe20a85 /nixos/modules
parentac7bd48b0cc1a91a7e33c4204684db97547cb212 (diff)
parentca3b4ce3d2aee8b0cea0752d1f05e8347446e10a (diff)
Merge pull request #129651 from Kreyren/patch-4
systemd.tmpfiles.rules: Fix false info
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/system/boot/systemd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix
index 6be7b7e6846cd..abd8ab29caef4 100644
--- a/nixos/modules/system/boot/systemd.nix
+++ b/nixos/modules/system/boot/systemd.nix
@@ -755,7 +755,7 @@ in
       default = [];
       example = [ "d /tmp 1777 root root 10d" ];
       description = ''
-        Rules for creating and cleaning up temporary files
+        Rules for creation, deletion and cleaning of volatile and temporary files
         automatically. See
         <citerefentry><refentrytitle>tmpfiles.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>
         for the exact format.