nicokaiser / rpi-audio-receiver

Raspberry Pi Audio Receiver with Bluetooth A2DP, AirPlay 2, and Spotify Connect
MIT License
1.36k stars 150 forks source link

Immediately start bluetooth and raspotify after installation #170

Closed JonFStr closed 4 months ago

JonFStr commented 4 months ago

Just like with the Shairport services, use systemctl enable --now for the bluetooth agent and raspotify service to immediately start them after the installtion completed

nicokaiser commented 4 months ago

Did you test if this works? Last time I checked the device needed to be restarted anyways to allow all settings to be applied, so I refrained from starting service immediately...

JonFStr commented 4 months ago

That's a very good point, I did indeed not think about that since (among other things) I did not need to change my hostname at all so I didn't notice any difference.

Thanks for pointing it out!