## MIN    HOUR   DAY    MONTH      DAY
##(0-59) (0-23) (1-31) (1-12) (0-6 0=Sunday)
#
# Make sure everything is running.
#
*/5 * * * *   /usr/local/news/bin/checkactd >/dev/null 2>&1
*/10 * * * *   /usr/local/news/bin/checkinnd >/dev/null 2>&1
*/10 * * * *   /usr/local/news/bin/checkfunnel >/dev/null 2>&1
#
# Clean up any slow or crashed overview processes.
#
3,33 * * * *   /var/news/bin/clean_nov >/dev/null 2>&1
#
# Rotate the funnel file once per day.
#
10 11 * * *   /usr/local/news/bin/rotatefunnel >/dev/null 2>&1
#
# The normal news.daily run.
#
30 5 * * *    /usr/local/news/bin/news.daily delayrm expireover >/dev/null 2>&1
#
# A supplementary news.daily run, without log rotation or email report.
#
0 18 * * *    /usr/local/news/bin/news.daily delayrm expireover nologs norotate nomail >/dev/null 2>&1
#
# Clean up the overview database once per week.
#
0 21 * * 0   /usr/bin/nice /usr/local/news/bin/expireover -a >/dev/null 2>&1
#
# Once per month, pick up any old articles without history entries.
#
0 19 1 * *   /usr/local/news/bin/makehistory -bun

#You may also want to mention that people can sync the time of their
#servers from time.bora.net, which supports NTP and is based on a GPS
#clock. I do it on RH Linux with a root crontab entry of:

#0 * * * * /usr/bin/rdate -s time.bora.net >/dev/null 2>&1
#
#-jem
