Comment 5 for bug 1468103

Revision history for this message
Tiago Peralta (tperalta82) wrote :

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