diff --git a/man/systemd-journald.service.xml b/man/systemd-journald.service.xml index 45091c62ab..5634dd0a21 100644 --- a/man/systemd-journald.service.xml +++ b/man/systemd-journald.service.xml @@ -206,11 +206,15 @@ + /run/log/journal/machine-id/*.journal + /run/log/journal/machine-id/*.journal~ /var/log/journal/machine-id/*.journal /var/log/journal/machine-id/*.journal~ systemd-journald writes entries to files in + /run/log/journal/machine-id/ + or /var/log/journal/machine-id/ with the .journal suffix. If the daemon is stopped @@ -219,7 +223,15 @@ using the .journal~ suffix, and systemd-journald - starts writing to a new file. + starts writing to a new + file. /run is + used when + /var/log/journal + is not available, or when + is + set in the + journald.conf5 + configuration file.