]> git.pld-linux.org Git - packages/eventum.git/commitdiff
update paths in cron files
authorElan Ruusamäe <glen@delfi.ee>
Thu, 5 Feb 2015 20:31:33 +0000 (22:31 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 5 Feb 2015 20:31:33 +0000 (22:31 +0200)
eventum-mail-download.cron
eventum-mail-queue.cron
eventum-monitor.cron
eventum-reminder.cron

index 1108e7886a1a555b8aa02ac300e6de16c180da06..fcf2e7eea054b7dd3ac501ee84983005f5d76be0 100644 (file)
@@ -11,4 +11,4 @@ MAILTO=root
 #
 # Administration >>> Manage Email Accounts
 
-#0 * * * * http exec /usr/share/eventum/crons/download_emails.php username_here mail.domain.com INBOX
+#0 * * * * http exec /usr/share/eventum/bin/download_emails.php username_here mail.domain.com INBOX
index 14ebfd696778115774837e4517f0bbb9a4cbc145..b164f8f2542704164c99f3973b9437233ff04dbd 100644 (file)
@@ -2,7 +2,7 @@
 # bounce messages back to root
 MAILTO=root
 
-* * * * * http exec /usr/share/eventum/crons/process_mail_queue.php
+* * * * * http exec /usr/share/eventum/bin/process_mail_queue.php
 
 # The above line will run the mail queue script every minute. To setup
 # the SMTP server that Eventum should use to send these queued emails,
index 7f86300f1d386f278a9d8873621ac651cfa5c106..e84da5f7cb13ac7d3b0dab8e122777e3f2d6d778 100644 (file)
@@ -2,4 +2,4 @@
 # report status to root
 MAILTO=root
 
-*/10 * * * * http exec /usr/share/eventum/crons/monitor.php -q
+*/10 * * * * http exec /usr/share/eventum/bin/monitor.php -q
index d3007014fc5f8092c390db311d341f3bd6dc33ad..c0ade5a8d4ccb046f6968be751ca1bd0349632db 100644 (file)
@@ -2,7 +2,7 @@
 # bounce messages back to root
 MAILTO=root
 
-*/10 * * * * http exec /usr/share/eventum/crons/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
This page took 0.073556 seconds and 4 git commands to generate.