meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
cron [2025/01/26 22:31] – Adjust for 25.01 moving cron to scripts subdir wrongechocron [2025/09/22 23:04] (current) johnny
Line 13: Line 13:
 <code> <code>
 0 2 * * * www-data /usr/bin/php /var/www/itflow.example.com/scripts/cron.php 0 2 * * * www-data /usr/bin/php /var/www/itflow.example.com/scripts/cron.php
-* * * * * www-data /usr/bin/php /var/www/itflow.example.com/scripts/cron_ticket_email_parser.php +* * * * * www-data /usr/bin/php /var/www/itflow.example.com/cron/ticket_email_parser.php 
-* * * * * www-data /usr/bin/php /var/www/itflow.example.com/scripts/cron_mail_queue.php+* * * * * www-data /usr/bin/php /var/www/itflow.example.com/cron/mail_queue.php
 0 3 * * * www-data /usr/bin/php /var/www/itflow.example.com/scripts/cron_domain_refresher.php 0 3 * * * www-data /usr/bin/php /var/www/itflow.example.com/scripts/cron_domain_refresher.php
 0 4 * * * www-data /usr/bin/php /var/www/itflow.example.com/scripts/cron_certificate_refresher.php 0 4 * * * www-data /usr/bin/php /var/www/itflow.example.com/scripts/cron_certificate_refresher.php