ffplayout/docs/ffplayout_engine.service
2021-06-03 18:23:25 +02:00

15 lines
286 B
Desktop File

[Unit]
Description=python and ffmpeg based playout
After=network.target
[Service]
ExecStart=/opt/ffplayout_engine/venv/bin/python /opt/ffplayout_engine/ffplayout.py
ExecReload=/bin/kill -1 $MAINPID
Restart=always
RestartSec=1
User=root
Group=root
[Install]
WantedBy=multi-user.target