diff options
author | Todd Poynor <toddpoynor@google.com> | 2013-06-04 22:11:44 +0200 |
---|---|---|
committer | Todd Poynor <toddpoynor@google.com> | 2013-06-19 02:51:13 +0200 |
commit | 2f2c98869b5391310965c7d154c68f4b28e0ccfb (patch) | |
tree | 0623e4a1465d395fc8b26f22db635d341987e07c /etc/init.rc | |
parent | am 8cd12112: am d51bfc9b: Merge "Fix the potential segmentation fault" (diff) | |
download | android_bootable_recovery-2f2c98869b5391310965c7d154c68f4b28e0ccfb.tar android_bootable_recovery-2f2c98869b5391310965c7d154c68f4b28e0ccfb.tar.gz android_bootable_recovery-2f2c98869b5391310965c7d154c68f4b28e0ccfb.tar.bz2 android_bootable_recovery-2f2c98869b5391310965c7d154c68f4b28e0ccfb.tar.lz android_bootable_recovery-2f2c98869b5391310965c7d154c68f4b28e0ccfb.tar.xz android_bootable_recovery-2f2c98869b5391310965c7d154c68f4b28e0ccfb.tar.zst android_bootable_recovery-2f2c98869b5391310965c7d154c68f4b28e0ccfb.zip |
Diffstat (limited to 'etc/init.rc')
-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 |