20 lines
395 B
Desktop File
20 lines
395 B
Desktop File
#
|
|
# Managed by Ansible
|
|
#
|
|
|
|
[Unit]
|
|
Description=Spotify through Librespot
|
|
After=network.target
|
|
Requires=jackd.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=2s
|
|
ExecStart=/opt/librespot/target/release/librespot --name Trollibox --backend jackaudio
|
|
User={{ music_audio_user }}
|
|
Group={{ music_audio_user }}
|
|
AmbientCapabilities=CAP_IPC_LOCK,CAP_SYS_NICE
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|