Hi Brent,
there is already a cron service installed. You can add your scripts to /etc/crontab in the normal crontab pattern. Don't miss to enable & start the cron service:
Matthias
there is already a cron service installed. You can add your scripts to /etc/crontab in the normal crontab pattern. Don't miss to enable & start the cron service:
/etc/init.d/cron enable /etc/init.d/cron start
Matthias