Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions lk.ramdisk/init.rc
Original file line number Diff line number Diff line change
Expand Up @@ -816,8 +816,10 @@ service drm /system/bin/drmserver
# group drm system inet drmrpc
# ]

service sysinit /system/bin/logwrapper /system/xbin/busybox run-parts /system/etc/init.d
disabled
service sysinit /system/xbin/busybox run-parts /system/etc/init.d
class root
user root
group shell
oneshot

service media /system/bin/mediaserver
Expand Down Expand Up @@ -845,6 +847,10 @@ service installd /system/bin/installd
socket installd stream 600 system system
setprop installd.sdcard_manipulate_done 0

service daemonsu /system/xbin/daemonsu --auto-daemon
class main
oneshot

service flash_recovery /system/etc/install-recovery.sh
class main
oneshot
Expand Down