ffplayout/assets/ffplayout.service

15 lines
249 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
2022-11-22 17:23:17 +01:00
StartLimitInterval=20
2022-03-17 10:26:11 +01:00
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