mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
b9eb4de090
put to /etc/systemd/system/librespot.service and then do `systemctl daemon-reload`
14 lines
226 B
Desktop File
14 lines
226 B
Desktop File
[Unit]
|
|
Description=Librespot
|
|
Requires=network-online.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
#User=librespot
|
|
Restart=always
|
|
RestartSec=10
|
|
ExecStart=/usr/bin/librespot -n "%p on %H"
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|