diff options
author | Todd Poynor <toddpoynor@google.com> | 2013-06-04 13:11:44 -0700 |
---|---|---|
committer | Todd Poynor <toddpoynor@google.com> | 2013-06-18 17:51:13 -0700 |
commit | 2f2c98869b5391310965c7d154c68f4b28e0ccfb (patch) | |
tree | 0623e4a1465d395fc8b26f22db635d341987e07c /etc | |
parent | 7839f64bafff349bff630df29cae11dfee05a1e5 (diff) | |
download | bootable_recovery-2f2c98869b5391310965c7d154c68f4b28e0ccfb.zip bootable_recovery-2f2c98869b5391310965c7d154c68f4b28e0ccfb.tar.gz bootable_recovery-2f2c98869b5391310965c7d154c68f4b28e0ccfb.tar.bz2 |
start healthd in recovery
Change-Id: I16e3e0ddb8ca062431deb4be83c5be5eb786d76f
Diffstat (limited to 'etc')
-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 |