You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
346B

  1. # KCI Kanban — PrintStream background import
  2. # Runs every minute; the PHP script manages its own interval via storage/cron-settings.json.
  3. # Change the interval in the admin UI at /admin/cron — no container restart needed.
  4. * * * * * root /usr/local/bin/php /var/www/html/scripts/import-printstream.php >> /var/www/html/storage/import.log 2>&1

Powered by TurnKey Linux.