14 lines
231 B
Desktop File
14 lines
231 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
|
|
User=www-data
|
|
Group=www-data
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|