]> git.pld-linux.org Git - packages/eventum.git/blob - eventum-reminder.cron
- run crons under eventum user
[packages/eventum.git] / eventum-reminder.cron
1 # eventum reminder
2 # bounce messages back to root
3 MAILTO=root
4
5 */10 * * * * eventum cd /usr/share/eventum && /usr/bin/php4 -q check_reminders.php
6
7 # It is recommended that you run the reminder cron job every 10 minutes,
8 # so it won't flood you with alerts too often, but it would still be
9 # enough to handle most cases.
10
11 # vim:syn=crontab
This page took 0.03748 seconds and 3 git commands to generate.