Skip to content

main/postmarketos-base-ui: add supervisor to bluetooth service

Luca Weiss requested to merge bluetooth-supervisor into master

Due to an issue, probably in bluez, the bluetooth service often fails to start on boot. Restarting the service later make bluez start correctly.

While adding the service supervisor for just this issue isn't a great solution, in any case having a supervisor on such an important system service is good, and it fixes this issue also by restarting the bluetooth service after the first failure on boot.

May 30 08:05:56 fairphone-fp4 daemon.info bluetoothd[1420]: Bluetooth daemon 5.66
May 30 08:05:56 fairphone-fp4 daemon.err bluetoothd[1420]: src/main.c:main() Unable to get on D-Bus

Also while we're editing the list of subpackages make sure they're ordered alphabetically.


Also needs to be backported to v23.06

Edited by Luca Weiss

Merge request reports