From 87980990584d3daf180fe7822abbdf7e942b5c7c Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Fri, 12 Nov 2021 20:04:14 -0800 Subject: Start servicemanager on init in recovery mode. This aligns with the behavior in normal boot, where servicemanager is started on init. Test: manual in recovery mode Bug: 170338625 Change-Id: I91d322da9f6eaef21c7ee969375e63751b61513c --- etc/init.rc | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3