diff --git a/systemd.be0 b/systemd.be0 index ecfcd60f4..34d17a407 100755 --- a/systemd.be0 +++ b/systemd.be0 @@ -86,6 +86,9 @@ mee_install_post() { # Do not use tmpfs for `/tmp` ln -vs /dev/null ${D}/etc/systemd/system/tmp.mount + + # Remove systemd’s sysctl configuration + rm -rv ${D}/${LIBDIR}/sysctl.d/* } ###############################################################################