ffplayout/ffplayout.service

15 lines
241 B
SYSTEMD
Raw Normal View History

2018-01-07 07:58:45 -05:00
[Unit]
Description=python and ffmpeg based playout
After=network.target
[Service]
ExecStart=/usr/local/bin/ffplayout.py
2019-10-30 12:57:25 -04:00
ExecReload=/bin/kill -1 $MAINPID
2018-01-07 07:58:45 -05:00
Restart=always
2019-10-28 15:18:00 -04:00
RestartSec=1
2018-01-07 07:58:45 -05:00
User=user
Group=user
[Install]
WantedBy=multi-user.target