diff options
| -rwxr-xr-x | cron/crontab.in.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cron/crontab.in.in b/cron/crontab.in.in index 4c18ebb41..3af895188 100755 --- a/cron/crontab.in.in +++ b/cron/crontab.in.in @@ -1,8 +1,8 @@ # At 5PM every day, mail reminders to admins as to pending requests -0 17 * * * /usr/local/bin/python /home/mailman/mailman/cron/checkdbs +0 17 * * * @PYTHON@ @prefix@/cron/checkdbs # # Noon, mail digests for lists that do periodic as well as threshhold delivery. -0 12 * * * /usr/local/bin/python /home/mailman/mailman/cron/senddigests +0 12 * * * @PYTHON@ @prefix@/cron/senddigests # # 5 AM on the first of each month, mail out password reminders. -0 5 1 * * /usr/local/bin/python /home/mailman/mailman/cron/mailpasswds +0 5 1 * * @PYTHON@ @prefix@/cron/mailpasswds |
