Merge "start healthd in recovery"

This commit is contained in:
Todd Poynor
2013-07-26 23:57:41 +00:00
committed by Android (Google) Code Review
+4
View File
@@ -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