No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

5 líneas
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.