summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2021-11-18 06:01:38 +0100
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-11-18 06:01:38 +0100
commit71c4cce674055df30c1e184fb5c31d2b459c9d01 (patch)
treeb408d9acfe5ff078e9bf9bed070cbde7ad5b9a85
parentMount binderfs and add /dev/binder in recovery. am: cb22b13418 (diff)
parentStart servicemanager on init in recovery mode. (diff)
downloadandroid_bootable_recovery-71c4cce674055df30c1e184fb5c31d2b459c9d01.tar
android_bootable_recovery-71c4cce674055df30c1e184fb5c31d2b459c9d01.tar.gz
android_bootable_recovery-71c4cce674055df30c1e184fb5c31d2b459c9d01.tar.bz2
android_bootable_recovery-71c4cce674055df30c1e184fb5c31d2b459c9d01.tar.lz
android_bootable_recovery-71c4cce674055df30c1e184fb5c31d2b459c9d01.tar.xz
android_bootable_recovery-71c4cce674055df30c1e184fb5c31d2b459c9d01.tar.zst
android_bootable_recovery-71c4cce674055df30c1e184fb5c31d2b459c9d01.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