diff -Nur e-smith-runit-2.6.0.old/root/usr/lib/systemd/system/runit.service e-smith-runit-2.6.0/root/usr/lib/systemd/system/runit.service --- e-smith-runit-2.6.0.old/root/usr/lib/systemd/system/runit.service 2020-12-03 18:44:50.346000000 -0500 +++ e-smith-runit-2.6.0/root/usr/lib/systemd/system/runit.service 2020-12-03 18:48:20.070000000 -0500 @@ -1,6 +1,7 @@ [Unit] Description=Process Supervising Daemon -Before= bootstrap-console +Before= bootstrap-console.service +Before=multi-user.target sme-server.target network.target network-pre.target [Service] Type=simple @@ -12,4 +13,3 @@ [Install] WantedBy=multi-user.target sme-server.target -Before=multi-user.target sme-server.target network.target network-pre.target