summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2021-11-18 06:52:39 +0100
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-11-18 06:52:39 +0100
commit3d6307dc88997cfa05dbc77edbd4c6acfd9d748f (patch)
tree1d146cbc196ac88999dc122bf39ed3565a2ed7f3
parentMount binderfs and add /dev/binder in recovery. am: cb22b13418 am: 1033aafe6c am: c3f177b5ec am: 997f6e1bf7 (diff)
parentStart servicemanager on init in recovery mode. am: 8798099058 am: 71c4cce674 am: e3b2c57632 (diff)
downloadandroid_bootable_recovery-3d6307dc88997cfa05dbc77edbd4c6acfd9d748f.tar
android_bootable_recovery-3d6307dc88997cfa05dbc77edbd4c6acfd9d748f.tar.gz
android_bootable_recovery-3d6307dc88997cfa05dbc77edbd4c6acfd9d748f.tar.bz2
android_bootable_recovery-3d6307dc88997cfa05dbc77edbd4c6acfd9d748f.tar.lz
android_bootable_recovery-3d6307dc88997cfa05dbc77edbd4c6acfd9d748f.tar.xz
android_bootable_recovery-3d6307dc88997cfa05dbc77edbd4c6acfd9d748f.tar.zst
android_bootable_recovery-3d6307dc88997cfa05dbc77edbd4c6acfd9d748f.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