diff options
author | Todd Poynor <toddpoynor@google.com> | 2013-07-26 23:57:41 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-07-26 23:57:41 +0000 |
commit | 3c3ee3bc33d35cf3939f57f6c649459280b57827 (patch) | |
tree | 36766caa6bcbb248d0c4e8775d9db25a48121a8d | |
parent | 627eb30f73c29257acaeb6568f3da38880784f7c (diff) | |
parent | 2f2c98869b5391310965c7d154c68f4b28e0ccfb (diff) | |
download | bootable_recovery-3c3ee3bc33d35cf3939f57f6c649459280b57827.zip bootable_recovery-3c3ee3bc33d35cf3939f57f6c649459280b57827.tar.gz bootable_recovery-3c3ee3bc33d35cf3939f57f6c649459280b57827.tar.bz2 |
Merge "start healthd in recovery"
-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 abc7b31..b26d2ae 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 |