PHP was having issues because the service needed to be manually started at boot

This commit is contained in:
WilliamMiceli
2019-11-21 19:52:29 -05:00
parent 32f5e691af
commit 0798433975

View File

@@ -6,5 +6,8 @@ chown -R www-data:www-data /var/www
echo "[ INFO ] Starting MySQL Server"
service mysql start
echo "[ INFO ] Starting PHP 7.2 Service"
service php7.2-fpm start
echo "[ INFO ] Starting nginx"
nginx -g "daemon off;" # Foreground