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_v1
4
5service apex_vendor_foo_v1 /apex/com.android.apex.vendor.foo/bin/apex_vendor_foo
6    class hal
7    user root
8