--- rpms/e-smith-base/sme10/e-smith-base-5.8.0-bz10957.sme-server.target.patch 2020/09/30 21:08:20 1.4 +++ rpms/e-smith-base/sme10/e-smith-base-5.8.0-bz10957.sme-server.target.patch 2020/10/22 21:03:00 1.9 @@ -120,9 +120,10 @@ diff -Nur e-smith-base-5.8.0.old/root/et 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 --- e-smith-base-5.8.0.old/root/etc/e-smith/events/actions/systemd-isolate 1969-12-31 19:00:00.000000000 -0500 +++ e-smith-base-5.8.0/root/etc/e-smith/events/actions/systemd-isolate 2020-09-30 16:13:55.794000000 -0400 -@@ -0,0 +1,2 @@ +@@ -0,0 +1,3 @@ +#!/usr/bin/bash +/usr/bin/systemctl isolate sme-server.target ++/usr/bin/systemctl daemon-reload diff -Nur e-smith-base-5.8.0.old/root/usr/lib/systemd/system/sme-server.target e-smith-base-5.8.0/root/usr/lib/systemd/system/sme-server.target --- e-smith-base-5.8.0.old/root/usr/lib/systemd/system/sme-server.target 1969-12-31 19:00:00.000000000 -0500 +++ e-smith-base-5.8.0/root/usr/lib/systemd/system/sme-server.target 2020-09-30 15:33:14.457000000 -0400 @@ -133,8 +134,20 @@ diff -Nur e-smith-base-5.8.0.old/root/us +[Unit] +Description=Koozali SME Server System +Documentation=man:systemd.special(7) -+Requires=basic.target getty.target nfs-client.target remote-fs.target ++Requires=basic.target +Conflicts=rescue.service rescue.target multi-user.target +After=basic.target rescue.service rescue.target +AllowIsolate=yes +Wants=acpid.service atd.service auditd.service avahi-daemon.service brandbot.path crond.service irqbalance.service nfs-client.target remote-fs.target rhel-configure.service rsyslog.service smartd.service yum-cron.service +diff -Nur e-smith-base-5.8.0.old/root/sbin/e-smith/service e-smith-base-5.8.0/root/sbin/e-smith/service +--- e-smith-base-5.8.0.old/root/sbin/e-smith/service 2020-10-01 11:15:37.118000000 -0400 ++++ e-smith-base-5.8.0/root/sbin/e-smith/service 2020-10-01 11:21:11.608000000 -0400 +@@ -15,7 +15,7 @@ + exit + fi + +-if [ "$runlevel" = "multi-user.target" ] ++if [ "$runlevel" = "multi-user.target" ] || [ "$runlevel" = "sme-server.target" ] + then + if ls /etc/rc7.d/S??$1 >/dev/null 2>/dev/null + then