--- rpms/e-smith-base/sme10/e-smith-base-5.8.0-bz10957.sme-server.target.patch 2020/10/01 13:15:22 1.5 +++ rpms/e-smith-base/sme10/e-smith-base-5.8.0-bz10957.sme-server.target.patch 2020/10/01 15:22:59 1.6 @@ -138,3 +138,15 @@ diff -Nur e-smith-base-5.8.0.old/root/us +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