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