SHELL=/bin/bash
#add games in case someone wants to use /usr/games/random
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/games
TZ=UTC

!lavg(2,2,2),serial,mailto(root),bootrun

# Run every n minutes of uptime.
@      1 run-parts /etc/cron.minutely
@     60 run-parts /etc/cron.hourly
@   1440 run-parts /etc/cron.daily
@  10080 run-parts /etc/cron.weekly
@  42524 run-parts /etc/cron.monthly
@ 527965 run-parts /etc/cron.yearly

# Run at specified times.
# * * * * * run-parts /etc/cron.minutely
# 0 * * * * run-parts /etc/cron.hourly
# 2 0 * * * run-parts /etc/cron.daily
#10 0 * * 0 run-parts /etc/cron.weekly
#12 0 1 * * run-parts /etc/cron.monthly
#18 0 1 1 * run-parts /etc/cron.yearly

#Refresh the crontab if it is changed.
@ 233 [ /etc/fcrontab -nt /var/spool/fcron/systab.orig ] && fcrontab -u systab /etc/fcrontab
