mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
13 lines
307 B
SYSTEMD
13 lines
307 B
SYSTEMD
|
[Unit]
|
||
|
Description=Librespot (an open source Spotify client)
|
||
|
Documentation=https://github.com/librespot-org/librespot
|
||
|
Documentation=https://github.com/librespot-org/librespot/wiki/Options
|
||
|
|
||
|
[Service]
|
||
|
Restart=always
|
||
|
RestartSec=10
|
||
|
ExecStart=/usr/bin/librespot --name "%u@%H"
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|