diff options
author | Max Weffers <rcstar6696@gmail.com> | 2017-08-27 12:35:21 +0200 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-07 11:07:17 +0200 |
commit | 2f356321cad7e83483d59697bc403619decb24de (patch) | |
tree | 8547e151cf528b93e644d33144c79c515413a3c1 /rootdir | |
parent | d330b5d4709bce21ceecd50dd3996b809530aa99 (diff) |
shinano: init: rename charger service path
Change-Id: Ie7c0ecaf48622c8d0bd47591d819e608c7d40fb8
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.qcom.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 82cfcfe..c75db71 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -502,7 +502,7 @@ service adsprpcd /system/bin/adsprpcd user media group media -service charger /sbin/healthd -c +service charger /charger class charger seclabel u:r:healthd:s0 |