ffplayout/assets/ffplayout.service
2022-07-19 12:11:14 +02:00

15 lines
238 B
Desktop File

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