diff --git a/systemd.be0 b/systemd.be0 index ae95de4a1..85bbb2f5f 100755 --- a/systemd.be0 +++ b/systemd.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION systemd-241-1 +# BEE_VERSION systemd-242-0 ## 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.) @@ -95,12 +95,6 @@ mee_install_post() { # Remove systemd’s sysctl configuration rm -rv ${D}/${LIBDIR}/sysctl.d/* - # Disable systemd-networkd - rm -rv ${D}/etc/systemd/system/sockets.target.wants/systemd-networkd.socket - 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