From a61514ceab9006aa396bcd2452a2768a03523b47 Mon Sep 17 00:00:00 2001 From: rem Date: Wed, 13 Dec 2023 16:57:26 +0100 Subject: [PATCH] start cron + status --- entrypoint.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 1b70fef..01638d0 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,5 +3,6 @@ echo "[INFO] STARTING AI MODEL TRAINING SERVER" echo "[INFO] LAUNCH CRON IN BACKGROUND" echo "[INFO] "USER:$USER"" -#sudo service cron start -#sudo service cron status + +sudo service cron start +sudo service cron status