diff --git a/systemd.be0 b/systemd.be0 index dc791a7be..6ec328910 100755 --- a/systemd.be0 +++ b/systemd.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION systemd-239-1 +# BEE_VERSION systemd-239-2 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -98,6 +98,12 @@ mee_install_post() { rm -rv ${D}/etc/systemd/system/dbus-org.freedesktop.network1.service rm -rv ${D}/etc/systemd/system/multi-user.target.wants/systemd-networkd.service rm -rv ${D}/etc/systemd/system/network-online.target.wants/systemd-networkd-wait-online.service + + # 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 } ###############################################################################