Merge "start healthd in recovery"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user