--- rpms/e-smith-base/sme10/e-smith-base-5.8.0-bz10957.sme-server.target.patch 2020/09/30 20:38:33 1.3 +++ rpms/e-smith-base/sme10/e-smith-base-5.8.0-bz10957.sme-server.target.patch 2020/10/01 15:22:59 1.6 @@ -100,7 +100,7 @@ diff -Nur e-smith-base-5.8.0.old/createl + systemd-user-sessions.service + )) + { -+ symlink("../bootstrap-console.service", ++ symlink("../$unit", + "root/usr/lib/systemd/system/$target.target.wants/$unit") + or die "Can't symlink to root/usr/lib/systemd/system/$target.target.wants/$unit: $!"; + } @@ -133,8 +133,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