summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandeep Patil <sspatil@google.com>2016-11-01 16:49:51 +0100
committerSandeep Patil <sspatil@google.com>2016-11-01 22:27:23 +0100
commitc4b381c44b2c782fedcabf859882c643a7d06745 (patch)
tree88bcf86161e42f1c98f2078fe558c95ec36f3979
parentDO NOT MERGE ANYWHERE init: move healthd to late-init am: 195ff7f79e -s ours am: 7ceb371048 -s ours am: b8c1788e7b -s ours am: 8837b0d25d -s ours am: 3fdf1fd515 -s ours am: 67bc0b9573 -s ours am: 9ab6af5a61 -s ours (diff)
downloadandroid_bootable_recovery-c4b381c44b2c782fedcabf859882c643a7d06745.tar
android_bootable_recovery-c4b381c44b2c782fedcabf859882c643a7d06745.tar.gz
android_bootable_recovery-c4b381c44b2c782fedcabf859882c643a7d06745.tar.bz2
android_bootable_recovery-c4b381c44b2c782fedcabf859882c643a7d06745.tar.lz
android_bootable_recovery-c4b381c44b2c782fedcabf859882c643a7d06745.tar.xz
android_bootable_recovery-c4b381c44b2c782fedcabf859882c643a7d06745.tar.zst
android_bootable_recovery-c4b381c44b2c782fedcabf859882c643a7d06745.zip
-rw-r--r--etc/init.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/init.rc b/etc/init.rc
index b1473ba4b..faa7b2a1c 100644
--- a/etc/init.rc
+++ b/etc/init.rc
@@ -82,9 +82,9 @@ service ueventd /sbin/ueventd
critical
seclabel u:r:ueventd:s0
-service healthd /sbin/healthd -r
+service charger /charger -r
critical
- seclabel u:r:healthd:s0
+ seclabel u:r:charger:s0
service recovery /sbin/recovery
seclabel u:r:recovery:s0