From: 07416 <07416@users.noreply.github.com> Date: Sun, 23 Apr 2023 09:48:17 +0000 (+0300) Subject: a colloquial abbreviation 'btw' in TEMPORARY_DIRECTORIES.md (#27365) X-Git-Tag: v254-rc1~665 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f6e94c5f7ddd796095cf6294857e535dcdbfc677;p=thirdparty%2Fsystemd.git a colloquial abbreviation 'btw' in TEMPORARY_DIRECTORIES.md (#27365) * Update TEMPORARY_DIRECTORIES.md --- diff --git a/docs/TEMPORARY_DIRECTORIES.md b/docs/TEMPORARY_DIRECTORIES.md index d655b9ca776..bc9cb7bc455 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.