Reload fpm services, no need to restart

tags/0.0.1_0.fc26_el5
Daniel Berteaud 8 years ago
parent aa37d930f8
commit f88b75fbe0
  1. 2
      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");
}
}

Loading…
Cancel
Save