change path to supervisor config

This commit is contained in:
jb-alvarado 2021-03-18 18:25:58 +01:00
parent 606356a331
commit 76fc45553d

View File

@ -4,7 +4,7 @@ Documentation=http://supervisord.org
After=network.target
[Service]
ExecStart=/opt/ffplayout-engine/venv/bin/supervisord -n -c /opt/ffplayout-engine/supervisor/supervisord.conf
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