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
Next revision
Previous revision
cron [2025/09/22 23:04] johnnycron [2025/10/07 20:30] (current) johnny
Line 9: Line 9:
   * Enable Cron   * Enable Cron
  
-== Cron Scripts of v25.01 ==+== Cron Scripts of v25.10.1 ==
 If installed by script after the date above location will now be ''/etc/cron.d/itflow'' If installed by script after the date above location will now be ''/etc/cron.d/itflow''
 <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/cron/cron.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/cron/ticket_email_parser.php
 * * * * * www-data /usr/bin/php /var/www/itflow.example.com/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/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/cron/certificate_refresher.php
 </code> </code>