From: Zbigniew Jędrzejewski-Szmek Date: Fri, 23 Mar 2018 13:04:13 +0000 (+0100) Subject: man: mention that oldest journal files are removed X-Git-Tag: v239~477^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=752ce3967e4d7be1a98d06e4a293f6ef87f8dec5;p=thirdparty%2Fsystemd.git man: mention that oldest journal files are removed Fixes #7225. --- diff --git a/man/journalctl.xml b/man/journalctl.xml index 37fb0d67fdd..39c8c07d6b7 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -752,7 +752,7 @@ - Removes archived journal files until the disk + Removes the oldest archived journal files until the disk space they use falls below the specified size (specified with the usual K, M, G and T suffixes), or all diff --git a/man/systemd-journald.service.xml b/man/systemd-journald.service.xml index dfff107e1f1..d78aef3a632 100644 --- a/man/systemd-journald.service.xml +++ b/man/systemd-journald.service.xml @@ -296,7 +296,12 @@ systemd-tmpfiles --create --prefix /var/log/journal and the functions in the sd-journal3 library should be able to read all entries that have been fully written. - + + systemd-journald will automatically remove the oldest + archived journal files to limit disk use. See SystemMaxUse= + and related settings in + journald.conf5. +