Reload fpm services, no need to restart

This commit is contained in:
Daniel Berteaud 2017-07-12 10:13:16 +02:00
parent aa37d930f8
commit f88b75fbe0
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}
}