Forums

Home / Forums

You need to log in to create posts and topics. Login · Register

Make journal of systemd persistent

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