ffplayout/assets/ffplayout-engine.service

15 lines
265 B
SYSTEMD
Raw Normal View History

2022-03-17 05:26:11 -04:00
[Unit]
2022-05-15 13:27:53 -04:00
Description=Rust and ffmpeg based playout solution
2022-04-29 05:06:55 -04:00
After=network.target remote-fs.target
2022-03-17 05:26:11 -04:00
[Service]
2022-04-12 15:39:53 -04:00
ExecStart= /usr/bin/ffplayout
2022-03-17 05:26:11 -04:00
ExecReload=/bin/kill -1 $MAINPID
Restart=always
RestartSec=1
User=www-data
Group=www-data
[Install]
WantedBy=multi-user.target