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

video_looper.conf 221 B

1234567
  1. # Supervisord configuration to run video looper at boot and
  2. # ensure it runs continuously.
  3. [program:video_looper]
  4. command=python3 -u -m Adafruit_Video_Looper.video_looper
  5. autostart=true
  6. autorestart=unexpected
  7. startsecs=5