I have BalenaSound running on an RPi 2 that does not have bluetooth, When I restart the device, the bluetooth-audio service keeps failing to start and loops. I have to stop it manually via the web portal.
Is there a way to prevent the service from starting by setting a variable (like the variable DISABLE_MULTI_ROOM to prevent the fleet-supervisor and the rest from starting)?
There isn’t currently a way to disable Bluetooth with an environment variable, but that’s a good idea! I encourage you to submit that as a feature request.
In the meantime, there are a couple of things you could experiment with:
You could try changing the restart directive in docker-compose.yml from always to never. (See here for more details on your options.)
Alternately, you could try commenting out the entire bluetooth-audio stanza in docker-compose.yml.