ffplayout/assets/ffplayout.service

14 lines
227 B
SYSTEMD
Raw Normal View History

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