Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1320687b authored by Jaikumar Ganesh's avatar Jaikumar Ganesh
Browse files

Remove logwrapper for Bluetoothd.

Change-Id: I6d16bc0dbdf9f3aff2080f8c7968ff3cb592811e
parent b6b40079
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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