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/11/06 13:00] – refactor - lots of changes, rm old info, point to the install script cron file so we only need to update one place wrongechocron [2026/07/04 02:58] (current) – [Crontab file] johnny
Line 5: Line 5:
  
 ==== Script purposes ==== ==== Script purposes ====
-All Cron scripts are now in the ''/scripts/'' directory. There are several different cron scripts, each with a particular purpose:+All Cron scripts are now in the ''/cron/'' directory. There are several different cron scripts, each with a particular purpose:
   * ''cron.php'' - Daily maintenance tasks (cleanup, auto-closing resolved tickets, alerts, recurring invoices, etc.)   * ''cron.php'' - Daily maintenance tasks (cleanup, auto-closing resolved tickets, alerts, recurring invoices, etc.)
   * ''mail_queue.php'' - Sends e-mails (SMTP)   * ''mail_queue.php'' - Sends e-mails (SMTP)
Line 16: Line 16:
  
 To setup the scheduled tasks, copy the [[https://github.com/itflow-org/itflow-install-script/blob/main/cron.d-itflow|provided cron.d-itflow file]] to your system's cron directory (e.g. ''/etc/cron.d/itflow''). To setup the scheduled tasks, copy the [[https://github.com/itflow-org/itflow-install-script/blob/main/cron.d-itflow|provided cron.d-itflow file]] to your system's cron directory (e.g. ''/etc/cron.d/itflow'').
- 
-//NB: If installed using the automated script after v25.10, this will have been done for you.//