From 892205781e86123b2e5ed1ce9141a2d083124d10 Mon Sep 17 00:00:00 2001 From: William Miceli <1-WilliamMiceli@git.williammiceli.systems> Date: Fri, 17 May 2019 00:09:01 -0400 Subject: [PATCH] Re-enable crond --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 95752bd..758f533 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,8 +3,8 @@ echo "[ INFO ] Starting PHP-FPM" php-fpm7 -D # Background -#echo "[ INFO ] Starting cron" -#crond # Background +echo "[ INFO ] Starting cron" +crond # Background echo "[ INFO ] Starting nginx" nginx -g "daemon off;" # Foreground \ No newline at end of file