--- rpms/e-smith-base/sme10/e-smith-base-5.8.0-bz11231-systemd-preset-all-workaround.patch 2020/12/06 04:51:59 1.1 +++ rpms/e-smith-base/sme10/e-smith-base-5.8.0-bz11231-systemd-preset-all-workaround.patch 2020/12/06 20:02:14 1.2 @@ -118,7 +118,7 @@ diff -Nur e-smith-base-5.8.0.old/root/et + my $wanted = `grep -P '^WantedBy=.*sme-server.target' /usr/lib/systemd/system/$service* /etc/systemd/system/$service* -rsh` ; + chomp $wanted; + push(@WantedBy , $service) unless ( $wanted eq "") ; -+ print "want $service \n" unless ( $wanted eq "") ; ++ #print "want $service \n" unless ( $wanted eq "") ; + } + + }