music: Add the base audio server
Some checks failed
Test / build (push) Failing after 59s

This commit is contained in:
polyfloyd 2025-05-14 23:45:03 +02:00
parent 7cd44bbe53
commit 6927806972
5 changed files with 51 additions and 3 deletions

View file

@ -9,8 +9,7 @@ Type=simple
Restart=always
RestartSec=2s
ExecStart=/opt/librespot/target/release/librespot --name Trollibox --backend pulseaudio --volume-ctrl linear
Environment="PULSE_SERVER=/tmp/pipewire-pulse-socket"
Environment="XDG_RUNTIME_DIR=/run/user/0"
Environment="PULSE_SERVER={{ music_pulse_server }}"
User={{ music_librespot_user }}
[Install]