treehouses / builder

Treehouses Awesome 👓 Raspberry Pi Image Builder 🏗
http://download.treehouses.io
GNU Affero General Public License v3.0
49 stars 22 forks source link

/etc/systemd/system/dbus-org.bluez.service needs to have -C on first/second boot #673

Closed LordJashin32 closed 4 years ago

LordJashin32 commented 4 years ago
BusName=org.bluez
ExecStart=/usr/lib/bluetooth/bluetoothd
NotifyAccess=main
#WatchdogSec=10
#Restart=on-failure

This bluetooth service needs to be the same as templates/bluetooth/hotspot which correlates to treehouses bluetooth on. e.g. ExecStart=/usr/lib/bluetooth/bluetoothd -C

LordJashin32 commented 4 years ago

nevermind