1# Wait for both Trusty and Strongbox HALs to be up
2service wait_for_strongbox /vendor/bin/hw/wait_for_strongbox
3    user root
4    group root system
5    priority -20
6    ioprio rt 0
7
8on late-fs
9    exec_start wait_for_strongbox
10