]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- run crons under eventum user
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 27 Feb 2005 15:48:13 +0000 (15:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-mail-download.cron -> 1.3
    eventum-mail-queue.cron -> 1.4
    eventum-monitor.cron -> 1.4
    eventum-reminder.cron -> 1.3

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

index 0494a04781e28cde1b0e451a0660b4d5c937d28b..0e8af8516af67d76cc7c10c22d2109a193d8d2aa 100644 (file)
@@ -11,6 +11,6 @@ MAILTO=root
 # 
 # Administration >>> Manage Email Accounts
 
-#0 * * * * http cd /usr/share/eventum && /usr/bin/php4 -q download_emails.php username_here mail.domain.com INBOX
+#0 * * * * eventum cd /usr/share/eventum && /usr/bin/php4 -q download_emails.php username_here mail.domain.com INBOX
 
 # vim:syn=crontab
index 0957d111926674a8fa284688220fcd4b8196a3cc..f2fc4db440bf149973c500a9ad7cf24b773f7ef7 100644 (file)
@@ -2,7 +2,7 @@
 # bounce messages back to root
 MAILTO=root
 
-* * * * * http cd /usr/share/eventum && /usr/bin/php4 -q process_mail_queue.php
+* * * * * eventum cd /usr/share/eventum && /usr/bin/php4 -q 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 267fb57354c9907ecc4e983a0fb803f5e4f094df..64628e6eb89ad651bba1e1e761d8c1223973f120 100644 (file)
@@ -2,6 +2,6 @@
 # bounce messages back to root
 MAILTO=root
 
-*/10 * * * * http cd /usr/share/eventum && /usr/bin/php4 -q monitor.php
+*/10 * * * * eventum cd /usr/share/eventum && /usr/bin/php4 -q monitor.php
 
 # vim:syn=crontab
index daae789e4afd9c17d9ad052986ed97f6665ad025..dccee22497174ef19a1316d3eba07b3bf6fe2a66 100644 (file)
@@ -2,7 +2,7 @@
 # bounce messages back to root
 MAILTO=root
 
-*/10 * * * * http cd /usr/share/eventum && /usr/bin/php4 -q check_reminders.php
+*/10 * * * * eventum cd /usr/share/eventum && /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
This page took 0.037935 seconds and 4 git commands to generate.