myvemail/build/run/docker-entrypoint/init.d/50-cron.sh
2025-12-18 09:42:20 +00:00

8 lines
149 B
Bash
Executable file

#!/usr/bin/env bash
# Crond
if [ ! -d /etc/periodic/ ]
then
echo "Cron not detected, exiting..."
exit 1
fi
crond -b -l 0 -L /var/log/mail/cron.log