ffplayout/assets/ffplayout.service

15 lines
265 B
SYSTEMD
Raw Normal View History

2022-03-17 10:26:11 +01:00
[Unit]
2022-05-15 19:27:53 +02:00
Description=Rust and ffmpeg based playout solution
2022-04-29 11:06:55 +02:00
After=network.target remote-fs.target
2022-03-17 10:26:11 +01:00
[Service]
2024-06-28 16:30:12 +02:00
ExecStart=/usr/bin/ffplayout -l 0.0.0.0:8787
2022-03-17 10:26:11 +01:00
Restart=always
2022-11-22 17:23:17 +01:00
StartLimitInterval=20
2022-03-17 10:26:11 +01:00
RestartSec=1
KillMode=mixed
2022-07-19 12:11:14 +02:00
User=ffpu
2022-03-17 10:26:11 +01:00
[Install]
WantedBy=multi-user.target