1service vendor.hwcomposer-2-1 /vendor/bin/hw/android.hardware.graphics.composer@2.1-service
2    class hal animation
3    user system
4    group graphics drmrpc
5    capabilities SYS_NICE
6    writepid /dev/cpuset/system-background/tasks
7
8# Restart HWC when SurfaceFlinger stops. This turns off the display and prpares
9# a new HWC instance for when SurfaceFlinger gets started again
10on property:init.svc.surfaceflinger=stopped
11    restart vendor.hwcomposer-2-1
12