ffplayout/assets/ffplayout.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]
2024-06-28 10:30:12 -04:00
ExecStart=/usr/bin/ffplayout -l 0.0.0.0:8787
2022-03-17 05:26:11 -04:00
Restart=always
2022-11-22 11:23:17 -05:00
StartLimitInterval=20
2022-03-17 05:26:11 -04:00
RestartSec=1
KillMode=mixed
2022-07-19 06:11:14 -04:00
User=ffpu
2022-03-17 05:26:11 -04:00
[Install]
WantedBy=multi-user.target