]> git.pld-linux.org Git - packages/eventum.git/blobdiff - eventum-mail-queue.cron
- chdir unneccessary
[packages/eventum.git] / eventum-mail-queue.cron
index 597601176b172876ceb5a7d8b52e60b7d11518b3..b22cd34d1c97bbd2f05e1b3542fbef931613c281 100644 (file)
@@ -2,7 +2,7 @@
 # bounce messages back to root
 MAILTO=root
 
-* * * * * eventum cd /usr/share/eventum && /usr/bin/php process_mail_queue.php
+* * * * * eventum /usr/share/eventum/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,
This page took 0.045573 seconds and 4 git commands to generate.