#!/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