1
0
mirror of https://github.com/systemd/systemd.git synced 2025-11-01 00:24:12 +03:00

a colloquial abbreviation 'btw' in TEMPORARY_DIRECTORIES.md (#27365)

* Update TEMPORARY_DIRECTORIES.md
This commit is contained in:
07416
2023-04-23 12:48:17 +03:00
committed by GitHub
parent 750d9859c1
commit f6e94c5f7d

View File

@@ -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.