]> git.pld-linux.org Git - packages/eventum.git/blob - eventum-reminder.cron
- chdir unneccessary
[packages/eventum.git] / eventum-reminder.cron
1 # eventum reminder
2 # bounce messages back to root
3 MAILTO=root
4
5 */10 * * * * eventum /usr/share/eventum/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.139364 seconds and 4 git commands to generate.