Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

9 rader
308 B

  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
  8. #stdout_logfile=/var/log/videolooper.log
  9. #stderr_logfile=/var/log/videolooper_error.log