xref: /aosp_15_r20/hardware/interfaces/biometrics/face/1.0/default/[email protected] (revision 4d7e907c777eeecc4c5bd7cf640a754fac206ff7)
1service vendor.face-hal-1-0-default /vendor/bin/hw/android.hardware.biometrics.face@1.0-service.example
2    # "class hal" causes a race condition on some devices due to files created
3    # in /data. As a workaround, postpone startup until later in boot once
4    # /data is mounted.
5    class late_start
6    user system
7    group system
8    task_profiles ProcessCapacityHigh
9    capabilities SYS_NICE
10    rlimit rtprio 10 10
11