summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2021-11-13 05:04:14 +0100
committerYifan Hong <elsk@google.com>2021-11-17 19:14:41 +0100
commit87980990584d3daf180fe7822abbdf7e942b5c7c (patch)
tree8b064410b679dba53d430e3bc50e2c64da0d53dc
parentMount binderfs and add /dev/binder in recovery. (diff)
downloadandroid_bootable_recovery-87980990584d3daf180fe7822abbdf7e942b5c7c.tar
android_bootable_recovery-87980990584d3daf180fe7822abbdf7e942b5c7c.tar.gz
android_bootable_recovery-87980990584d3daf180fe7822abbdf7e942b5c7c.tar.bz2
android_bootable_recovery-87980990584d3daf180fe7822abbdf7e942b5c7c.tar.lz
android_bootable_recovery-87980990584d3daf180fe7822abbdf7e942b5c7c.tar.xz
android_bootable_recovery-87980990584d3daf180fe7822abbdf7e942b5c7c.tar.zst
android_bootable_recovery-87980990584d3daf180fe7822abbdf7e942b5c7c.zip
-rw-r--r--etc/init.rc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/init.rc b/etc/init.rc
index 983d91aa4..4efee3070 100644
--- a/etc/init.rc
+++ b/etc/init.rc
@@ -46,6 +46,9 @@ on init
symlink /dev/binderfs/binder /dev/binder
chmod 0666 /dev/binderfs/binder
+ # Start essential services
+ start servicemanager
+
on boot
ifup lo
hostname localhost