ffplayout/ffplayout.service
2018-01-07 13:58:45 +01:00

15 lines
258 B
Desktop File

[Unit]
Description=python and ffmpeg based playout
After=network.target
[Service]
PIDFile=/tmp/ffplayout.pid
ExecStart=/usr/local/bin/ffplayout.py
ExecStop=/bin/kill -s QUIT $MAINPID
Restart=always
User=user
Group=user
[Install]
WantedBy=multi-user.target