aboutsummaryrefslogtreecommitdiff
path: root/entrypoint.bash
diff options
context:
space:
mode:
Diffstat (limited to 'entrypoint.bash')
-rw-r--r--entrypoint.bash4
1 files changed, 4 insertions, 0 deletions
diff --git a/entrypoint.bash b/entrypoint.bash
index f9b6f52..41cc60b 100644
--- a/entrypoint.bash
+++ b/entrypoint.bash
@@ -18,6 +18,10 @@ fi
chown -R git:git /home/git
chown -R git:git /repositories
+# Start the cron service
+echo "Starting cron service..."
+cron
+
# Start the SSH service in the background
echo "Starting SSH service..."
/usr/sbin/sshd -D -E /var/log/sshd.log &