1 |
jpp |
1.1 |
diff -Nur smeserver-horde-1.0.0.old/createlinks smeserver-horde-1.0.0/createlinks |
2 |
|
|
--- smeserver-horde-1.0.0.old/createlinks 2020-12-07 14:46:00.518000000 -0500 |
3 |
|
|
+++ smeserver-horde-1.0.0/createlinks 2020-12-07 15:35:01.717000000 -0500 |
4 |
|
|
@@ -220,8 +220,16 @@ |
5 |
|
|
$event); |
6 |
|
|
|
7 |
|
|
foreach $service ( qw(php55-php-fpm php56-php-fpm php70-php-fpm php71-php-fpm php72-php-fpm php73-php-fpm php74-php-fpm) ){ |
8 |
|
|
- safe_symlink("reload-or-restart", "root/etc/e-smith/events/$event/services2adjust/$service"); |
9 |
|
|
+ safe_symlink("reload-or-restart", "root/etc/e-smith/events/".($event, qw(email-update) )."/services2adjust/$service"); |
10 |
|
|
} |
11 |
|
|
+ |
12 |
jpp |
1.2 |
+foreach $service ( qw(55 56 70 71 72 73 74 )) { |
13 |
jpp |
1.1 |
+templates2events("/etc/opt/remi/php$service/php-fpm.d/www.conf", qw( email-update |
14 |
|
|
+ smeserver-horde-update)); |
15 |
|
|
+} |
16 |
|
|
+templates2events("/etc/opt/php-fpm.d/www.conf", qw( email-update |
17 |
|
|
+ smeserver-horde-update)); |
18 |
|
|
+ |
19 |
|
|
foreach $service ( qw(httpd-e-smith) ){ |
20 |
|
|
safe_symlink("sighup", "root/etc/e-smith/events/$event/services2adjust/$service"); |
21 |
|
|
} |