mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
15 lines
226 B
SYSTEMD
15 lines
226 B
SYSTEMD
|
[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
|
||
|
|