diff options
author | Nick Pelly <> | 2009-03-25 18:00:56 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-25 18:00:56 -0700 |
commit | 01161168aa87ea9f1513d2b7b1232521c84e1ea4 (patch) | |
tree | ab461c4b5e1f3723494497eb220378e3df31c7e5 | |
parent | f441e1e9c42f4692be61927a74f4980d0bc7320d (diff) | |
download | system_core-01161168aa87ea9f1513d2b7b1232521c84e1ea4.zip system_core-01161168aa87ea9f1513d2b7b1232521c84e1ea4.tar.gz system_core-01161168aa87ea9f1513d2b7b1232521c84e1ea4.tar.bz2 |
Automated import from //branches/donutburger/...@142809,142809
-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 |