diff options
| author | Jaikumar Ganesh <jaikumar@google.com> | 2009-09-18 15:45:43 -0700 |
|---|---|---|
| committer | Jaikumar Ganesh <jaikumar@google.com> | 2009-09-20 10:31:45 -0700 |
| commit | 1320687bdb6df2de1c27fb03c827b69384d26f87 (patch) | |
| tree | dc37b9637639374f3ad3c3dbb02a2d07ee309f87 /rootdir | |
| parent | b6b40079e6d5b32026cc2abfcb71adfd49e8d954 (diff) | |
| download | system_core-1320687bdb6df2de1c27fb03c827b69384d26f87.tar.gz system_core-1320687bdb6df2de1c27fb03c827b69384d26f87.tar.bz2 system_core-1320687bdb6df2de1c27fb03c827b69384d26f87.zip | |
Remove logwrapper for Bluetoothd.
Change-Id: I6d16bc0dbdf9f3aff2080f8c7968ff3cb592811e
Diffstat (limited to 'rootdir')
| -rw-r--r-- | rootdir/init.rc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 549a0091..f9728ee1 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -290,14 +290,12 @@ service bootanim /system/bin/bootanimation disabled oneshot -#STOPSHIP: Remove logwrapper before production -service dbus /system/bin/logwrapper /system/bin/dbus-daemon --system --nofork +service dbus /system/bin/dbus-daemon --system --nofork socket dbus stream 660 bluetooth bluetooth user bluetooth group bluetooth net_bt_admin -#STOPSHIP: Remove logwrapper and -d option before production -service bluetoothd /system/bin/logwrapper /system/bin/bluetoothd -d -n +service bluetoothd /system/bin/bluetoothd -n 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 |
