mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
16 lines
420 B
Desktop File
16 lines
420 B
Desktop File
[Unit]
|
|
Description=Librespot (an open source Spotify client)
|
|
Documentation=https://github.com/librespot-org/librespot
|
|
Documentation=https://github.com/librespot-org/librespot/wiki/Options
|
|
Wants=network.target sound.target
|
|
After=network.target sound.target
|
|
|
|
[Service]
|
|
DynamicUser=yes
|
|
SupplementaryGroups=audio
|
|
Restart=always
|
|
RestartSec=10
|
|
ExecStart=/usr/bin/librespot --name "%p@%H"
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|