Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

5 linhas
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.