From 5bd514c6e355782cfe489a544f5e00841c647a1d Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 14 Jul 2017 13:57:11 +0200 Subject: [PATCH] Expand custom pools files --- createlinks | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/createlinks b/createlinks index 788ccd8..2ce7162 100644 --- a/createlinks +++ b/createlinks @@ -15,15 +15,19 @@ foreach my $service (qw(php-fpm php56-php-fpm php70-php-fpm php71-php-fpm)){ foreach my $file qw( /etc/php-fpm.conf /etc/php-fpm.d/www.conf /etc/php-fpm.d/shares.conf + /etc/php-fpm.d/custom.conf /opt/remi/php56/root/etc/php-fpm.conf /opt/remi/php56/root/etc/php-fpm.d/www.conf /opt/remi/php56/root/etc/php-fpm.d/shares.conf + /opt/remi/php56/root/etc/php-fpm.d/custom.conf /etc/opt/remi/php70/php-fpm.conf /etc/opt/remi/php70/php-fpm.d/www.conf /etc/opt/remi/php70/php-fpm.d/shares.conf + /etc/opt/remi/php70/php-fpm.d/custom.conf /etc/opt/remi/php71/php-fpm.conf /etc/opt/remi/php71/php-fpm.d/www.conf - /etc/opt/remi/php71/php-fpm.d/shares.conf ){ + /etc/opt/remi/php71/php-fpm.d/shares.conf + /etc/opt/remi/php71/php-fpm.d/custom.conf ){ templates2events($file, qw(webapps-update bootstrap-console-save share-create share-modify share-modify-server share-delete)); safe_symlink('/etc/e-smith/templates-default/template-begin-ini', "root/etc/e-smith/templates$file/template-begin"); }