ffplayout/docs/ffplayout.service

16 lines
287 B
SYSTEMD
Raw Normal View History

2018-01-07 13:58:45 +01:00
[Unit]
Description=python and ffmpeg based playout
After=network.target
[Service]
2020-02-03 17:48:30 +01:00
ExecStart=/opt/ffplayout-engine/venv/bin/python /opt/ffplayout-engine/ffplayout.py
2019-10-30 17:57:25 +01:00
ExecReload=/bin/kill -1 $MAINPID
2018-01-07 13:58:45 +01:00
Restart=always
2019-10-28 20:18:00 +01:00
RestartSec=1
2018-01-07 13:58:45 +01:00
User=user
Group=user
[Install]
WantedBy=multi-user.target