I am running squeezelite using the systemd scripts to run init.d scripts which start the service on boot. I am having trouble with the audio server not working when the service is running. If I stop the service and run the binary directly then audio works in squeezelite and in everything else. This leads me to believe that it is because the script is being run as root. I added `--chuid` to the `start-stop-script` and now if I start the service from a logged in terminal everything works but if I let systemd start the service it still doesn't work. Does anyone have any experience with getting this to work?