1on property:vendor.thermal.link_ready=1
2    # queue the trigger to start thermal-hal and continue execute
3    # per-device thermal setup "on property:vendor.thermal.link_ready=1"
4    trigger enable-thermal-hal
5
6on enable-thermal-hal
7    restart vendor.thermal-hal
8
9service vendor.thermal-hal /vendor/bin/hw/android.hardware.thermal-service.pixel
10    class hal
11    user system
12    group system
13    priority -10
14    disabled
15