您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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