ffplayout/assets/ffplayout.service

15 lines
246 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=www-data
Group=www-data
[Install]
WantedBy=multi-user.target