myvemail/build/run/docker-entrypoint/init.d/50-cron.sh

8 lines
161 B
Bash
Raw Permalink Normal View History

2024-08-09 12:50:33 +00:00
#!/usr/bin/env bash
2025-12-16 04:19:41 +00:00
# Crond
if [ ! -d /etc/periodic/ ]
then
echo "Cron not detected, exiting..."
exit 1
fi
${MYVEMAIL_CROND} -b -l 0 -L /var/log/mail/cron.log