ffplayout/assets/ffplayout.service
2022-11-22 17:23:17 +01:00

15 lines
249 B
Desktop File

[Unit]
Description=Rust and ffmpeg based playout solution
After=network.target remote-fs.target
[Service]
ExecStart=/usr/bin/ffplayout
Restart=always
StartLimitInterval=20
RestartSec=1
KillMode=mixed
User=ffpu
[Install]
WantedBy=multi-user.target