diff options
author | Todd Poynor <toddpoynor@google.com> | 2013-07-27 01:57:41 +0200 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-07-27 01:57:41 +0200 |
commit | 3c3ee3bc33d35cf3939f57f6c649459280b57827 (patch) | |
tree | 36766caa6bcbb248d0c4e8775d9db25a48121a8d | |
parent | Update OTA installer to understand SELinux filesystem labels (diff) | |
parent | start healthd in recovery (diff) | |
download | android_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 |
Diffstat (limited to '')
-rw-r--r-- | etc/init.rc | 4 |
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 |