From df74b94d8f42349f81f2bdf1fad8d6071a12b930 Mon Sep 17 00:00:00 2001 From: dusterio Date: Tue, 31 Jul 2018 16:15:56 +1000 Subject: [PATCH] r lumen 5.6 --- ci/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/start.sh b/ci/start.sh index 0187835..3099601 100644 --- a/ci/start.sh +++ b/ci/start.sh @@ -44,7 +44,7 @@ fi # Start up PHP FPM /bin/echo clear_env = no >> /etc/php/7.2/fpm/pool.d/www.conf #/bin/echo pm.max_children = 25 >> /etc/php/7.0/fpm/pool.d/www.conf -/usr/sbin/php-fpm7.2 +/etc/init.d/php7.2-fpm start #this one doesn't expose env variables #/usr/sbin/service php7.0-fpm start