diff --git a/systemd.be0 b/systemd.be0 index 7e94c4b69..e99dd4aaa 100755 --- a/systemd.be0 +++ b/systemd.be0 @@ -101,6 +101,9 @@ mee_install_post() { # Remove directory to disable persistent storage of logs rm -rv ${D}/var/log/journal + + # Explicitly configure volatile storage of logs + start_cmd sed -i 's/^#Storage=auto/Storage=volatile/' ${D}/etc/systemd/journald.conf } ###############################################################################