When configuring persistent system journals, after restarting systemd-journald /var/log/journal folder didn't create.
I did following steps:
- become root
- edited and saved
/etc/systemd/journald.confwith the changes
[Journal] Storage=persistent - restarted systemd-journald service
and no folder created with the name /var/log/journal.
What can I do here or can I copy the folder in /run/log/journal to the destination where it must be?
systemctl status systemd-journaldsay?Storage=persistent, it is sufficient to leave it atStorage=autoandmkdir /var/log/journal. The journal will then be copied to this directory in a few seconds.