2022-03-17 05:26:11 -04:00
|
|
|
[Unit]
|
2022-05-15 13:27:53 -04:00
|
|
|
Description=Rust and ffmpeg based playout solution
|
2022-04-29 05:06:55 -04:00
|
|
|
After=network.target remote-fs.target
|
2022-03-17 05:26:11 -04:00
|
|
|
|
|
|
|
[Service]
|
2022-07-05 12:08:00 -04:00
|
|
|
ExecStart=/usr/bin/ffplayout
|
2022-03-17 05:26:11 -04:00
|
|
|
Restart=always
|
|
|
|
RestartSec=1
|
2022-07-10 13:27:17 -04:00
|
|
|
KillMode=mixed
|
2022-03-17 05:26:11 -04:00
|
|
|
User=www-data
|
|
|
|
Group=www-data
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|