From eb1cee434cb3726ba8a45de9cd2b9ceafda3e993 Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Fri, 21 Nov 2014 20:04:34 +0530 Subject: Open source thermal management * Use Sony's open source thermanager * Get rid of their proprietary implementation, sysmon Change-Id: I7e41d6b18273f669358b50616de57be212242151 --- rootdir/init.qcom.rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'rootdir/init.qcom.rc') 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 -- cgit v1.2.3