summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Poynor <toddpoynor@google.com>2013-07-27 01:57:41 +0200
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-07-27 01:57:41 +0200
commit3c3ee3bc33d35cf3939f57f6c649459280b57827 (patch)
tree36766caa6bcbb248d0c4e8775d9db25a48121a8d
parentUpdate OTA installer to understand SELinux filesystem labels (diff)
parentstart healthd in recovery (diff)
downloadandroid_bootable_recovery-3c3ee3bc33d35cf3939f57f6c649459280b57827.tar
android_bootable_recovery-3c3ee3bc33d35cf3939f57f6c649459280b57827.tar.gz
android_bootable_recovery-3c3ee3bc33d35cf3939f57f6c649459280b57827.tar.bz2
android_bootable_recovery-3c3ee3bc33d35cf3939f57f6c649459280b57827.tar.lz
android_bootable_recovery-3c3ee3bc33d35cf3939f57f6c649459280b57827.tar.xz
android_bootable_recovery-3c3ee3bc33d35cf3939f57f6c649459280b57827.tar.zst
android_bootable_recovery-3c3ee3bc33d35cf3939f57f6c649459280b57827.zip
-rw-r--r--etc/init.rc4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/init.rc b/etc/init.rc
index abc7b318b..b26d2ae73 100644
--- a/etc/init.rc
+++ b/etc/init.rc
@@ -2,6 +2,7 @@ import /init.recovery.${ro.hardware}.rc
on early-init
start ueventd
+ start healthd
on init
export PATH /sbin
@@ -40,6 +41,9 @@ on boot
service ueventd /sbin/ueventd
critical
+service healthd /sbin/healthd -n
+ critical
+
service recovery /sbin/recovery
service adbd /sbin/adbd recovery