diff options
author | Arian <arian.kulmer@web.de> | 2020-02-12 17:42:19 +0100 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2020-02-25 21:28:03 +0100 |
commit | e5e0819c7fd3767c16c3626e819da407fb9a6ca2 (patch) | |
tree | 7b0da17a0a6c8d447b7c4fc106928eb886e81b41 | |
parent | cdd8c6d568a99f0adf9522fb9829af5cad748747 (diff) |
shinano-common: Move thermanager service declaration to its respective init.rc
Change-Id: Ic72c75a4efe964758b29e71bc4263ce1b191493d
-rw-r--r-- | rootdir/etc/init.qcom.rc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index fdbfdde..101f7c6 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -432,12 +432,6 @@ service mlog_qmi_service /vendor/bin/mlog_qmi_service class core user root -# Thermal Manager service -service thermanager /vendor/bin/thermanager /vendor/etc/thermanager.xml - class main - user root - group root - service irsc_util /vendor/bin/irsc_util "/vendor/etc/sec_config" class main user root |