1 |
jpp |
1.1 |
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 |
2 |
|
|
--- 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 |
3 |
|
|
+++ 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 |
4 |
|
|
@@ -1,7 +1,7 @@ |
5 |
|
|
{ |
6 |
|
|
#list of exception services |
7 |
|
|
#those services might keep some traces in init.d |
8 |
|
|
-my @list = qw(bootstrap-console masq mysql.init wan); |
9 |
|
|
+my @list = qw(bootstrap-console masq mysql.init wan lpd clamd diald); |
10 |
|
|
|
11 |
|
|
foreach my $service ($c->get_all_by_prop(type => 'service')){ |
12 |
|
|
my $status = $service->prop('status') || 'enabled'; |