16 |
diff -Nur e-smith-base-5.8.0.old/root/etc/e-smith/events/actions/systemd-isolate e-smith-base-5.8.0/root/etc/e-smith/events/actions/systemd-isolate |
diff -Nur e-smith-base-5.8.0.old/root/etc/e-smith/events/actions/systemd-isolate e-smith-base-5.8.0/root/etc/e-smith/events/actions/systemd-isolate |
17 |
--- e-smith-base-5.8.0.old/root/etc/e-smith/events/actions/systemd-isolate 2021-01-08 16:26:50.594000000 -0500 |
--- e-smith-base-5.8.0.old/root/etc/e-smith/events/actions/systemd-isolate 2021-01-08 16:26:50.594000000 -0500 |
18 |
+++ e-smith-base-5.8.0/root/etc/e-smith/events/actions/systemd-isolate 2021-01-08 16:27:46.427000000 -0500 |
+++ e-smith-base-5.8.0/root/etc/e-smith/events/actions/systemd-isolate 2021-01-08 16:27:46.427000000 -0500 |
19 |
@@ -1,3 +1,3 @@ |
@@ -1,3 +1,4 @@ |
20 |
#!/usr/bin/bash |
#!/usr/bin/bash |
21 |
-/usr/bin/systemctl isolate sme-server.target |
-/usr/bin/systemctl isolate sme-server.target |
22 |
+/usr/bin/systemctl -q sme-server.target || /usr/bin/systemctl isolate sme-server.target |
+/usr/bin/systemctl daemon-reload |
23 |
|
+/usr/bin/systemctl -q is-active sme-server.target || /usr/bin/systemctl isolate sme-server.target |
24 |
/usr/bin/systemctl daemon-reload |
/usr/bin/systemctl daemon-reload |
25 |
diff -Nur e-smith-base-5.8.0.old/root/usr/lib/systemd/system-preset/50-koozali.preset e-smith-base-5.8.0/root/usr/lib/systemd/system-preset/50-koozali.preset |
diff -Nur e-smith-base-5.8.0.old/root/usr/lib/systemd/system-preset/50-koozali.preset e-smith-base-5.8.0/root/usr/lib/systemd/system-preset/50-koozali.preset |
26 |
--- e-smith-base-5.8.0.old/root/usr/lib/systemd/system-preset/50-koozali.preset 2021-01-08 16:26:50.677000000 -0500 |
--- e-smith-base-5.8.0.old/root/usr/lib/systemd/system-preset/50-koozali.preset 2021-01-08 16:26:50.677000000 -0500 |