You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678
  1. # Supervisord configuration to run video looper at boot and
  2. # ensure it runs continuously.
  3. [program:video_looper]
  4. command=video_looper
  5. autostart=true
  6. autorestart=unexpected
  7. startsecs=5
  8. stopasgroup=true