1# Start gpu_probe service for Pixel devices.
2
3service gpu_probe /vendor/bin/gpu_probe
4    class hal
5    oneshot
6    disabled
7    user system
8    capabilities SYS_ADMIN
9    group graphics
10