parent
27448561e2
commit
e4f19a7def
1 changed files with 10 additions and 0 deletions
@ -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…
Reference in new issue