Added crond

This commit is contained in:
William Miceli
2019-05-15 22:47:08 -04:00
parent 1200d14fd6
commit ab8f2f7188

View File

@@ -1,7 +1,10 @@
#!/bin/sh #!/bin/sh
echo "[ INFO ] Starting PHP-FPM" echo "[ INFO ] Starting PHP-FPM"
php-fpm7 -D php-fpm7 -D # Background
echo "[ INFO ] Starting cron"
crond # Background
echo "[ INFO ] Starting nginx" echo "[ INFO ] Starting nginx"
nginx -g "daemon off;" nginx -g "daemon off;" # Foreground