13 lines
No EOL
254 B
Desktop File
13 lines
No EOL
254 B
Desktop File
[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 |