diff options
Diffstat (limited to 'cron/crontab.in.in')
| -rwxr-xr-x | cron/crontab.in.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cron/crontab.in.in b/cron/crontab.in.in index 3af895188..2fed45042 100755 --- a/cron/crontab.in.in +++ b/cron/crontab.in.in @@ -6,3 +6,8 @@ # # 5 AM on the first of each month, mail out password reminders. 0 5 1 * * @PYTHON@ @prefix@/cron/mailpasswds + +# Every 5 mins, try to gate news to mail. You can comment this one out +# if you don't want to allow gating, or don't have any going on right now, +# or want to exclusively use a callback strategy instead of polling. +0,5,10,15,20,25,30,35,40,45,50,55 * * * * @PYTHON@ @prefix@/cron/gate_news |
