diff options
author | Nick Pelly <> | 2009-03-25 17:02:32 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-25 17:02:32 -0700 |
commit | 8fbedcf73c0bfd2ecdbb4d4c93edd3d39dc28fd4 (patch) | |
tree | ab461c4b5e1f3723494497eb220378e3df31c7e5 | |
parent | 3207e480716889c4fdc6937b54a229e87bb2a5f3 (diff) | |
download | system_core-8fbedcf73c0bfd2ecdbb4d4c93edd3d39dc28fd4.zip system_core-8fbedcf73c0bfd2ecdbb4d4c93edd3d39dc28fd4.tar.gz system_core-8fbedcf73c0bfd2ecdbb4d4c93edd3d39dc28fd4.tar.bz2 |
Automated import from //branches/cupcake/...@142808,142808
-rw-r--r-- | rootdir/init.rc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index ef7c28b..bcabecb 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -229,8 +229,7 @@ service dbus /system/bin/dbus-daemon --system --nofork user bluetooth group bluetooth net_bt_admin -#STOPSHIP: dont use logwrapper in production -service hcid /system/bin/logwrapper /system/bin/hcid -s -n -f /etc/bluez/hcid.conf +service hcid /system/bin/hcid -s -n -f /etc/bluez/hcid.conf 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 |