]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- cron for eventum reminder
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 18 Jan 2005 14:24:31 +0000 (14:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-reminder.cron -> 1.1

eventum-reminder.cron [new file with mode: 0644]

diff --git a/eventum-reminder.cron b/eventum-reminder.cron
new file mode 100644 (file)
index 0000000..8d28695
--- /dev/null
@@ -0,0 +1,11 @@
+# eventum reminder
+# bounce messages back to root
+MAILTO=root
+
+*/10 * * * * http cd /usr/share/eventum/misc && /usr/bin/php4 -q 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
This page took 0.058202 seconds and 4 git commands to generate.