ffplayout/docs/ffplayout.service
Jonathan Baecker 3b528296dc update path
2020-02-03 17:48:30 +01:00

16 lines
287 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=user
Group=user
[Install]
WantedBy=multi-user.target