diff --git a/packages/network/bluez/init.d/54_bluez b/packages/network/bluez/init.d/54_bluez index 544725c68c..2a5d819d18 100644 --- a/packages/network/bluez/init.d/54_bluez +++ b/packages/network/bluez/init.d/54_bluez @@ -36,6 +36,6 @@ if [ "$BLUEZ_ENABLED" == "true" ]; then progress "Starting bluetooth daemon" wait_for_dbus - /usr/lib/bluetooth/bluetoothd &>/dev/null & + /usr/lib/bluetooth/bluetoothd &>/dev/null fi )&