mpv.service hinzugefügt
This commit is contained in:
parent
eed988d7c8
commit
85287afb8f
1 changed files with 13 additions and 0 deletions
13
mpv.service
Normal file
13
mpv.service
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue