mpv.service hinzugefügt

This commit is contained in:
Kaisa Marysia 2024-07-05 20:35:54 +02:00
parent eed988d7c8
commit 85287afb8f

13
mpv.service Normal file
View file

@ -0,0 +1,13 @@
[Unit]
Description=MPV Player as Radiowelle User running in Background and waiting on socket command
After=network.target
[Service]
User=radiowelle
Group=radiowelle
ExecStart=/usr/bin/mpv
RestartSec=5
Restart=always
[Install]
WantedBy=multi-user.target