25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

video_looper.conf 220 B

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