選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

video_looper.conf 185 B

1234567
  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