]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- avoid subshells in cron
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 25 Nov 2010 16:55:26 +0000 (16:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-mail-download.cron -> 1.9
    eventum-mail-queue.cron -> 1.10
    eventum-monitor.cron -> 1.10
    eventum-reminder.cron -> 1.9

eventum-mail-download.cron
eventum-mail-queue.cron
eventum-monitor.cron
eventum-reminder.cron

index c67b43ad07394346751cee6d55c0844844ea38fc..1108e7886a1a555b8aa02ac300e6de16c180da06 100644 (file)
@@ -11,4 +11,4 @@ MAILTO=root
 #
 # Administration >>> Manage Email Accounts
 
-#0 * * * * http /usr/share/eventum/crons/download_emails.php username_here mail.domain.com INBOX
+#0 * * * * http exec /usr/share/eventum/crons/download_emails.php username_here mail.domain.com INBOX
index 8ed141e505822b190a341c41f62ee759c3ec33dc..14ebfd696778115774837e4517f0bbb9a4cbc145 100644 (file)
@@ -2,7 +2,7 @@
 # bounce messages back to root
 MAILTO=root
 
-* * * * * http /usr/share/eventum/crons/process_mail_queue.php
+* * * * * http exec /usr/share/eventum/crons/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 ca42bd2650dd45ce83228f211c897ba138b3f64e..5f3197accc311308089bd25f43a48d505a3dbe0a 100644 (file)
@@ -2,4 +2,4 @@
 # bounce messages back to root
 MAILTO=root
 
-*/10 * * * * http /usr/share/eventum/crons/monitor.php
+*/10 * * * * http exec /usr/share/eventum/crons/monitor.php
index 39cc57098ce99cf8482380b894db1167305d4c23..d3007014fc5f8092c390db311d341f3bd6dc33ad 100644 (file)
@@ -2,7 +2,7 @@
 # bounce messages back to root
 MAILTO=root
 
-*/10 * * * * http /usr/share/eventum/crons/check_reminders.php
+*/10 * * * * http exec /usr/share/eventum/crons/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.129971 seconds and 4 git commands to generate.