Add links to start php56-php-fpm service

And templates expension
tags/0.0.1_0.fc26_el5
Daniel Berteaud 7 years ago
parent 27448561e2
commit e4f19a7def
  1. 10
      createlinks

@ -1,3 +1,13 @@
#!/usr/bin/perl -w #!/usr/bin/perl -w
use esmith::Build::CreateLinks qw(:all); use esmith::Build::CreateLinks qw(:all);
service_link_enhanced("php56-php-fpm", "S86", "7");
service_link_enhanced("php56-php-fpm", "K16", "6");
service_link_enhanced("php56-php-fpm", "K16", "0");
service_link_enhanced("php56-php-fpm", "K16", "1");
foreach my $file qw(/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));
}

Loading…
Cancel
Save