15 lines
266 B
Desktop File
15 lines
266 B
Desktop File
[Unit]
|
|
Description=Rust and ffmpeg based multi channel playout solution
|
|
After=network.target remote-fs.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/ffplayout %I
|
|
Restart=always
|
|
StartLimitInterval=20
|
|
RestartSec=1
|
|
KillMode=mixed
|
|
User=ffpu
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|