chiark / gitweb /
Merge branch 'running' of login.chiark.greenend.org.uk:public-git/inn-innduct
[innduct.git] / debian / inn2.cron.d
1 SHELL=/bin/sh
2 PATH=/usr/lib/news/bin:/sbin:/bin:/usr/sbin:/usr/bin
3
4 # Expire old news and overview entries nightly, generate reports.
5
6 15 4    * * *   news    test -x /usr/lib/news/bin/news.daily && news.daily expireover lowmark delayrm
7
8 # Refresh the cached IP addresses every day.
9
10 2 3     * * *   news    [ -x /usr/sbin/ctlinnd ] && ctlinnd -t 300 -s reload incoming.conf "flush cache"
11
12 # Every hour, run an rnews -U. This is not only for UUCP sites, but
13 # also to process queud up articles put there by in.nnrpd in case
14 # innd wasn't accepting any articles.
15
16 10 *    * * *   news    [ -x /usr/bin/rnews ] && rnews -U
17
18 # Enable this entry to send posted news back to your upstream provider.
19 # Also edit /etc/news/nntpsend.ctl !
20 # Not if you use innfeed, of course.
21
22 #*/15 * * * *   news    nntpsend
23
24
25 # Enable this if you want to send news by uucp to your provider.
26 # Also edit /etc/news/send-uucp.cf !
27
28 #22 *   * * *   news    send-uucp.pl
29
30 # NINPATHS ###################################################################
31 # To enable ninpaths please add this line to /etc/news/newsfeeds:
32 #   inpaths!:*:Tc,WP:/usr/lib/news/bin/ginpaths2
33 #
34 #6 6    * * *   news    ctlinnd -s -t 60 flush inpaths!
35 #8 6    1 * *   news    sendinpaths
36 # NINPATHS ###################################################################
37