diff -Nur e-smith-base-5.8.0.old/root/etc/e-smith/templates/etc/systemd/system-preset/49-koozali.preset/20services e-smith-base-5.8.0/root/etc/e-smith/templates/etc/systemd/system-preset/49-koozali.preset/20services --- e-smith-base-5.8.0.old/root/etc/e-smith/templates/etc/systemd/system-preset/49-koozali.preset/20services 2020-12-03 22:46:12.130000000 -0500 +++ e-smith-base-5.8.0/root/etc/e-smith/templates/etc/systemd/system-preset/49-koozali.preset/20services 2020-12-03 22:53:44.724000000 -0500 @@ -1,7 +1,7 @@ { #list of exception services #those services might keep some traces in init.d -my @list = qw(bootstrap-console masq mysql.init wan); +my @list = qw(bootstrap-console masq mysql.init wan lpd clamd diald ldap.init); foreach my $service ($c->get_all_by_prop(type => 'service')){ my $status = $service->prop('status') || 'enabled';