rename program

This commit is contained in:
jb-alvarado 2021-05-30 10:42:09 +02:00 committed by GitHub
parent 019a7506eb
commit a884d12600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,9 +4,9 @@ Documentation=http://supervisord.org
After=network.target
[Service]
ExecStart=/opt/ffplayout-engine/venv/bin/supervisord -n -c /etc/ffplayout/supervisor/supervisord.conf
ExecStop=/opt/ffplayout-engine/venv/bin/supervisorctl $OPTIONS shutdown
ExecReload=/opt/ffplayout-engine/venv/bin/supervisorctl $OPTIONS reload
ExecStart=/opt/ffplayout_engine/venv/bin/supervisord -n -c /etc/ffplayout/supervisor/supervisord.conf
ExecStop=/opt/ffplayout_engine/venv/bin/supervisorctl $OPTIONS shutdown
ExecReload=/opt/ffplayout_engine/venv/bin/supervisorctl $OPTIONS reload
KillMode=process
Restart=on-failure
RestartSec=5s