xref: /aosp_15_r20/system/apex/tests/testdata/vendorapex/apex_vendor_foo_v2.rc (revision 33f3758387333dbd2962d7edbd98681940d895da)
1# start the service on rebootless update (even when it's failed)
2on property:apex.com.android.apex.vendor.foo.ready=true
3    start apex_vendor_foo_v2
4
5service apex_vendor_foo_v2 /apex/com.android.apex.vendor.foo/bin/apex_vendor_foo
6    class hal
7    user root
8