diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 73a3aa28..ff0800b7 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -319,25 +319,6 @@ service config_bluetooth /system/bin/sh /system/etc/init.qcom.bt.sh "onboot" user root oneshot -service dbus /system/bin/dbus-daemon --system --nofork - class main - socket dbus stream 660 bluetooth bluetooth - user bluetooth - group bluetooth net_bt_admin - disabled - -on property:ro.qc.bluetooth.stack=bluez - start dbus - -service bluetoothd /system/bin/logwrapper /system/bin/bluetoothd -n - class main - socket bluetooth stream 660 bluetooth bluetooth - socket dbus_bluetooth stream 660 bluetooth bluetooth - # init.rc does not yet support applying capabilities, so run as root and - # let bluetoothd drop uid to bluetooth with the right linux capabilities - group bluetooth net_bt_admin misc net_bt_stack - disabled - service hciattach /system/bin/sh /system/etc/init.qcom.bt.sh class late_start user bluetooth