summaryrefslogtreecommitdiff
path: root/init.common.rc
diff options
context:
space:
mode:
authorTodd Poynor <toddpoynor@google.com>2017-12-05 11:16:47 -0800
committerTodd Poynor <toddpoynor@google.com>2017-12-05 19:18:52 +0000
commit894b37bfba1f29ed52905de6e8944ba1b674be13 (patch)
tree7fedb9fa9c0cbb11e2a0c4217d7346d0e8f2a930 /init.common.rc
parent041094bb070ff9eb1a823d660c254a8cbdaa2a45 (diff)
downloadmarlin-894b37bfba1f29ed52905de6e8944ba1b674be13.tar.gz
thermal-engine: start as class hal
thermal-engine serves the IThermal 1.1 HAL. Start as class "hal" to re-register with hwservicemanager if hwservicemanager dies. Bug: 69174182 Test: manual: kill hwservicemanager, check for Ithermal 1.1 in lshal Change-Id: I1b09abbe66e534a059e20ec27a976ee22df83b49
Diffstat (limited to 'init.common.rc')
-rw-r--r--init.common.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.common.rc b/init.common.rc
index f7474fc3..daafd6d8 100644
--- a/init.common.rc
+++ b/init.common.rc
@@ -588,7 +588,7 @@ service vendor.qseecomd /vendor/bin/qseecomd
group root
service vendor.thermal-engine /vendor/bin/thermal-engine -c ${sys.qcom.thermalcfg:-/vendor/etc/thermal-engine.conf}
- class main
+ class hal
user root
group root system
socket thermal-send-client stream 0666 system system