source: trunk/packs/config/os/linux/crontab @ 12450

Revision 12450, 559 bytes checked in by ghudson, 26 years ago (diff)
Config files for Linux.
Line 
1SHELL=/bin/bash
2PATH=/sbin:/bin:/usr/sbin:/usr/bin
3MAILTO=root
4
5# run-parts
601 * * * * root run-parts /etc/cron.hourly
702 4 * * * root run-parts /etc/cron.daily
822 4 * * 0 root run-parts /etc/cron.weekly
942 4 1 * * root run-parts /etc/cron.monthly
10
11# Athena additions
1205 3 * * *      root    /etc/athena/desync; /etc/athena/newsyslog
1320 4 * * *      root    /etc/athena/clean_tmp_areas > /dev/null
1437 * * * *      root    /etc/athena/desync; /usr/sbin/sendmail -q
1545 0,12 * * *   root    /etc/athena/desync 39600; . /etc/athena/rc.conf; /etc/athena/gettime -g 60 -s $TIMEHUB > /dev/null
Note: See TracBrowser for help on using the repository browser.