#
# Run 'at' every 15 minutes.
#
0,15,30,45 * * * * root /usr/lib/atrun
#
# General checks.
#
0 * * * * root /bin/csh -c /usr/local/bin/Hourlystuff >/dev/null
#
# Accounting.
#
# Do cpu accounting and other stuff at 6:15 AM every day.
15 6 * * * root /bin/csh -c /usr/local/bin/Dailystuff >/dev/null
# Do cpu accounting and other stuff at 6:45 AM every month.
45 6 1 * * root /bin/csh -c /usr/local/bin/Monthlystuff >/dev/null
# Do disk accounting summary at 12:30 AM every Sunday.
#30 0 * * 7 root /bin/csh -c /usr/local/bin/Diskusage >>/usr/local/lib/acct/error.disk.plumbum 2>&1
#
# General clean up (start at 1:00 AM).
#
# Clean up ex/vi preserved files after a week.
00 1 * * * root /usr/bin/find /usr/preserve/* -mtime +7 -exec rm -f {} \;
# Rotate the batchd queues at 1:15 AM every Sunday.
#15 1 * * 7 root /bin/csh -c /usr/spool/batch/.cleanup
#
# Recreate the 'findfile' database at 1:30 AM every Sunday.
#
30 1 * * 7 root /bin/csh -c /usr/local/bin/updatedb
#
# Recreate the 'find' database at 2:30 AM every Sunday.
#
30 2 * * 7 root /bin/csh -c /usr/lib/find/updatedb
#
# Run a test script every 30 minutes.
#
#5,35 * * * * root /bin/csh -c /usr/local/bin/Netstat.sh
#
# Look for batch jobs submitted by mail.
#
#55 8,13,22 * * * root /bin/su aperjobs -c /usr/local/lib/jobsbymailproc
