diff options
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.qcom.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index ca153bb..5482123 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -586,11 +586,11 @@ service ta_qmi_service /system/bin/ta_qmi_service user root class main -# Start system_monitor -service system_monitor /system/bin/system_monitor - socket sysmon stream 0660 root system - class core +# Thermal Manager service +service thermanager /system/bin/thermanager /system/etc/thermanager.xml + class main user root + group root service rmt_storage /system/bin/rmt_storage class core |