mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
6f85deadd9
nobody:audio should exists on most distributions explicit user would be prefered
15 lines
234 B
Desktop File
15 lines
234 B
Desktop File
[Unit]
|
|
Description=Librespot
|
|
Requires=network-online.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
User=nobody
|
|
Group=audio
|
|
Restart=always
|
|
RestartSec=10
|
|
ExecStart=/usr/bin/librespot -n "%p on %H"
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|