diff --git a/man/journalctl.xml b/man/journalctl.xml index 683cb61249..969bcaec01 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -119,7 +119,11 @@ The option affects how arguments are - treated. See . + treated. See . + + Note that only works if persistent logging is enabled, via the + Storage= setting in + journald.conf5. diff --git a/man/journald.conf.xml b/man/journald.conf.xml index 50c33e4792..2642872407 100644 --- a/man/journald.conf.xml +++ b/man/journald.conf.xml @@ -95,6 +95,9 @@ /var/log/journal/, as the systemd-journald@.service service file by default carries LogsDirectory=. To turn that off, add a unit file drop-in file that sets LogsDirectory= to an empty string. + + Note that per-user journal files are not supported unless persistent storage is enabled, thus + making journalctl --user unavailable.