diff options
author | koron393 <koron393@gmail.com> | 2019-09-15 20:05:57 +0900 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-25 22:17:12 +0200 |
commit | 7c931ee27b4651cfe12450846afea667330a4ebd (patch) | |
tree | 93ea41e211d20079b3c79fc3fb1fe6393f24bbdd | |
parent | 7f27a03bfe339253a9cc88532bf7257f68064d40 (diff) |
shinano-common: Move mlog_qmi_service to core service
Change-Id: I85db3526042ec91ba51ef82be5a666631a002457
-rw-r--r-- | rootdir/etc/init.qcom.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index b2ce56f..d4a8095 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -430,7 +430,7 @@ service suntrold /vendor/bin/suntrold # Modem Log QMI service service mlog_qmi_service /vendor/bin/mlog_qmi_service - class late_start + class core user root # Thermal Manager service |