1 |
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 |
2 |
--- e-smith-runit-2.6.0.old/root/usr/lib/systemd/system/runit.service 2020-12-03 18:44:50.346000000 -0500 |
3 |
+++ e-smith-runit-2.6.0/root/usr/lib/systemd/system/runit.service 2020-12-03 18:48:20.070000000 -0500 |
4 |
@@ -1,6 +1,7 @@ |
5 |
[Unit] |
6 |
Description=Process Supervising Daemon |
7 |
-Before= bootstrap-console |
8 |
+Before= bootstrap-console.service |
9 |
+Before=multi-user.target sme-server.target network.target network-pre.target |
10 |
|
11 |
[Service] |
12 |
Type=simple |
13 |
@@ -12,4 +13,3 @@ |
14 |
|
15 |
[Install] |
16 |
WantedBy=multi-user.target sme-server.target |
17 |
-Before=multi-user.target sme-server.target network.target network-pre.target |