Run squeezelite over pulseaudio with systemd at user level. It uses PulseAudio as output device using the name "squeezelite-pulse".
- You will need to have SqueezeLite installed.
Install by simply running
sh install.sh
You can remote the service running
sh remove-service.sh
The service can be managed with the usual systemd commands.
systemctl --user start squeezelite-pulse
systemctl --user stop squeezelite-pulse
systemctl --user restart squeezelite-pulse
Equivalent convenience scripts are also provided (start.sh, stop.sh, restart.sh).