librespot/contrib/librespot.service

17 lines
393 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Librespot (an open source Spotify client)
Documentation=https://github.com/librespot-org/librespot
Documentation=https://github.com/librespot-org/librespot/wiki/Options
Requires=network-online.target
After=network-online.target
[Service]
User=nobody
Group=audio
Restart=always
RestartSec=10
ExecStart=/usr/bin/librespot --name "%p@%H"
[Install]
WantedBy=multi-user.target