summaryrefslogtreecommitdiff
path: root/thermal/android.hardware.thermal-service.pixel.rc
blob: f9f823b855320a4a2abaa6950a1dda7d38c39db0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
on property:vendor.thermal.link_ready=1
    # queue the trigger to start thermal-hal and continue execute
    # per-device thermal setup "on property:vendor.thermal.link_ready=1"
    trigger enable-thermal-hal

on enable-thermal-hal
    restart vendor.thermal-hal

service vendor.thermal-hal /vendor/bin/hw/android.hardware.thermal-service.pixel
    class hal
    user system
    group system
    priority -20
    disabled