X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=eventum-reminder.cron;h=c0ade5a8d4ccb046f6968be751ca1bd0349632db;hb=f56655e1e63580a9b514b743552ebedff919fc8c;hp=daae789e4afd9c17d9ad052986ed97f6665ad025;hpb=84d0bf85c244fc6f2ef79be7c6a80ba533387ca3;p=packages%2Feventum.git diff --git a/eventum-reminder.cron b/eventum-reminder.cron index daae789..c0ade5a 100644 --- a/eventum-reminder.cron +++ b/eventum-reminder.cron @@ -2,10 +2,8 @@ # bounce messages back to root MAILTO=root -*/10 * * * * http cd /usr/share/eventum && /usr/bin/php4 -q check_reminders.php +*/10 * * * * http exec /usr/share/eventum/bin/check_reminders.php # It is recommended that you run the reminder cron job every 10 minutes, # so it won't flood you with alerts too often, but it would still be # enough to handle most cases. - -# vim:syn=crontab