Add links to start default php-fpm service

tags/0.0.1_0.fc26_el5
Daniel Berteaud 8 years ago
parent 689f207cbe
commit 7d8410f63c
  1. 16
      createlinks

@ -2,12 +2,16 @@
use esmith::Build::CreateLinks qw(:all); use esmith::Build::CreateLinks qw(:all);
service_link_enhanced("php56-php-fpm", "S86", "7"); foreach my $service (qw(php-fpm php56-php-fpm)){
service_link_enhanced("php56-php-fpm", "K16", "6"); service_link_enhanced($service, "S86", "7");
service_link_enhanced("php56-php-fpm", "K16", "0"); service_link_enhanced($service, "K16", "6");
service_link_enhanced("php56-php-fpm", "K16", "1"); service_link_enhanced($service, "K16", "0");
service_link_enhanced($service, "K16", "1");
}
foreach my $file qw(/opt/remi/php56/root/etc/php-fpm.conf foreach my $file qw( /etc/php-fpm.conf
/opt/remi/php56/root/etc/php-fpm.d/www.conf){ /etc/php-fpm.d/www.conf
/opt/remi/php56/root/etc/php-fpm.conf
/opt/remi/php56/root/etc/php-fpm.d/www.conf ){
templates2events($file, qw(webapps-update bootstrap-console-save)); templates2events($file, qw(webapps-update bootstrap-console-save));
} }

Loading…
Cancel
Save