From: Zbigniew Jędrzejewski-Szmek Date: Fri, 19 Jul 2013 23:04:08 +0000 (-0400) Subject: man: also mention /run/log/journal in systemd-jouranld.service(8) X-Git-Tag: v206~14 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=d4d60b316914770e9e671122394f96521841eac7;p=elogind.git man: also mention /run/log/journal in systemd-jouranld.service(8) --- diff --git a/man/systemd-journald.service.xml b/man/systemd-journald.service.xml index 45091c62a..5634dd0a2 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.