SHELL=/usr/bin/bash
PATH=/opt/osstech/sbin:/opt/osstech/bin:/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/

# run-parts
01 * * * * root run-parts /opt/osstech/etc/cron.hourly
02 5 * * * root run-parts /opt/osstech/etc/cron.daily
22 5 * * 0 root run-parts /opt/osstech/etc/cron.weekly
42 5 1 * * root run-parts /opt/osstech/etc/cron.monthly
