Forums
Home / Forums
Quote from therm on July 14, 2017, 12:34 pmBy default the journal of systemd is not persistent during reboots. In case of an hardware error causing a reboot you will otherwise be unable to trace problems.
A possible fix:
cat /etc/systemd/journald.conf
....
[Journal]
Storage=persistent
SystemMaxUse=250M
Compress=yes
......
Regards,
Dennis
By default the journal of systemd is not persistent during reboots. In case of an hardware error causing a reboot you will otherwise be unable to trace problems.
A possible fix:
cat /etc/systemd/journald.conf
....
[Journal]
Storage=persistent
SystemMaxUse=250M
Compress=yes
......
Regards,
Dennis