diff --git a/docs/TEMPORARY_DIRECTORIES.md b/docs/TEMPORARY_DIRECTORIES.md index d655b9ca77..bc9cb7bc45 100644 --- a/docs/TEMPORARY_DIRECTORIES.md +++ b/docs/TEMPORARY_DIRECTORIES.md @@ -84,7 +84,7 @@ By default, `systemd-tmpfiles` will apply a concept of ⚠️ "ageing" to all fi and directories stored in `/tmp/` and `/var/tmp/`. This means that files that have neither been changed nor read within a specific time frame are automatically removed in regular intervals. (This concept is not new to -`systemd-tmpfiles` btw, it's inherited from previous subsystems such as +`systemd-tmpfiles`, it's inherited from previous subsystems such as `tmpwatch`.) By default files in `/tmp/` are cleaned up after 10 days, and those in `/var/tmp` after 30 days.