2016-12-21 22:21:40 +00:00
|
|
|
[Unit]
|
2021-06-18 09:40:44 +00:00
|
|
|
Description=Librespot (an open source Spotify client)
|
|
|
|
Documentation=https://github.com/librespot-org/librespot
|
|
|
|
Documentation=https://github.com/librespot-org/librespot/wiki/Options
|
2021-11-26 18:49:50 +00:00
|
|
|
Wants=network.target sound.target
|
|
|
|
After=network.target sound.target
|
2016-12-21 22:21:40 +00:00
|
|
|
|
|
|
|
[Service]
|
2021-11-26 18:49:50 +00:00
|
|
|
DynamicUser=yes
|
|
|
|
SupplementaryGroups=audio
|
2016-12-21 22:21:40 +00:00
|
|
|
Restart=always
|
|
|
|
RestartSec=10
|
2021-06-18 09:40:44 +00:00
|
|
|
ExecStart=/usr/bin/librespot --name "%p@%H"
|
2016-12-21 22:21:40 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|