ffplayout/docs/ffplayout_engine.service

15 lines
286 B
SYSTEMD
Raw Normal View History

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]
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