diff --git a/createlinks b/createlinks index 8fa2d98..fe54949 100644 --- a/createlinks +++ b/createlinks @@ -8,7 +8,7 @@ foreach my $service (qw(php-fpm php56-php-fpm php70-php-fpm php71-php-fpm)){ service_link_enhanced($service, "K16", "0"); service_link_enhanced($service, "K16", "1"); foreach my $event qw(webapps-update){ - safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/$service"); + safe_symlink("reload", "root/etc/e-smith/events/$event/services2adjust/$service"); } }