Added crond
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "[ INFO ] Starting PHP-FPM"
|
||||
php-fpm7 -D
|
||||
php-fpm7 -D # Background
|
||||
|
||||
echo "[ INFO ] Starting cron"
|
||||
crond # Background
|
||||
|
||||
echo "[ INFO ] Starting nginx"
|
||||
nginx -g "daemon off;"
|
||||
nginx -g "daemon off;" # Foreground
|
||||
Reference in New Issue
Block a user