A simple fix is something like this:
Create the /etc/systemd/system/rc-local.service file with the following contents:
[Unit] Description=/etc/rc.local Compatibility
[Service] Type=idle ExecStart=/etc/rc.systemd TimeoutSec=0 RemainAfterExit=yes
[Install] WantedBy=multi-user.target
Create a file /etc/rc.systemd with whatever you want to run, set it to executable. Delete everything you added from rc.local until this gets properly fixed
run systemctl daemon-reload
Reboot to test it.
Working for me at the moment
A simple fix is something like this:
Create the /etc/systemd/ system/ rc-local. service file with the following contents:
[Unit] /etc/rc. local Compatibility
Description=
[Service] /etc/rc. systemd
Type=idle
ExecStart=
TimeoutSec=0
RemainAfterExit=yes
[Install] multi-user. target
WantedBy=
Create a file /etc/rc.systemd with whatever you want to run, set it to executable.
Delete everything you added from rc.local until this gets properly fixed
run systemctl daemon-reload
Reboot to test it.
Working for me at the moment