diff -Nur smeserver-horde-1.0.0.old/createlinks smeserver-horde-1.0.0/createlinks --- smeserver-horde-1.0.0.old/createlinks 2020-12-11 16:45:27.847000000 -0500 +++ smeserver-horde-1.0.0/createlinks 2020-12-11 16:47:14.755000000 -0500 @@ -223,10 +223,15 @@ safe_symlink("reload-or-restart", "root/etc/e-smith/events/".($event, qw(email-update) )."/services2adjust/$service"); } -foreach $service ( qw(55 56 70 71 72 73 74 )) { +foreach $service ( qw(70 71 72 73 74 )) { templates2events("/etc/opt/remi/php$service/php-fpm.d/www.conf", qw( email-update smeserver-horde-update)); } +foreach $service ( qw(55 56)) { +templates2events("/opt/remi/php$service/root/etc/php-fpm.d/www.conf", qw( email-update + smeserver-horde-update)); +} + templates2events("/etc/opt/php-fpm.d/www.conf", qw( email-update smeserver-horde-update)); diff -Nur smeserver-horde-1.0.0.old/createlinks smeserver-horde-1.0.0/createlinks --- smeserver-horde-1.0.0.old/createlinks 2020-12-11 23:05:42.892000000 -0500 +++ smeserver-horde-1.0.0/createlinks 2020-12-11 23:06:28.978000000 -0500 @@ -232,7 +232,7 @@ smeserver-horde-update)); } -templates2events("/etc/opt/php-fpm.d/www.conf", qw( email-update +templates2events("/etc/php-fpm.d/www.conf", qw( email-update smeserver-horde-update)); foreach $service ( qw(httpd-e-smith) ){