ffplayout/supervisor/conf.d/engine-001.conf
2020-12-30 21:14:58 +01:00

10 lines
206 B
Plaintext

[program:engine-001]
directory=/opt/ffplayout-engine
command=./venv/bin/python3 ffplayout.py # -c ffplayout.yml
killasgroup=true
stopasgroup=true
autorestart=true
autostart=true
startsecs=2
startretries=10