2018-01-07 13:58:45 +01:00
|
|
|
[Unit]
|
2021-02-04 17:18:46 +01:00
|
|
|
Description=python and ffmpeg based playout
|
2018-01-07 13:58:45 +01:00
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
2021-06-03 18:23:25 +02:00
|
|
|
ExecStart=/opt/ffplayout_engine/venv/bin/python /opt/ffplayout_engine/ffplayout.py
|
2021-02-04 17:18:46 +01:00
|
|
|
ExecReload=/bin/kill -1 $MAINPID
|
|
|
|
Restart=always
|
|
|
|
RestartSec=1
|
2020-02-04 13:13:23 +01:00
|
|
|
User=root
|
|
|
|
Group=root
|
2018-01-07 13:58:45 +01:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|