Lines Matching refs:service
15 # A service that handles dexopt. See art/artd/README.md. It's a lazy service
17 service artd /apex/com.android.art/bin/artd
19 disabled # Prevents the service from automatically starting at boot.
20 oneshot # Prevents the service from automatically restarting each time it is stopped.
27 # is set up by dexopt_chroot_setup. It's a lazy service that is started and
29 service artd_pre_reboot /apex/com.android.art/bin/art_exec \
36 disabled # Prevents the service from automatically starting at boot.
37 oneshot # Prevents the service from automatically restarting each time it is stopped.
43 # A service that sets up the chroot environment for Pre-reboot Dexopt. See
44 # art/dexopt_chroot_setup/README.md. It's a lazy service that is started and
46 service dexopt_chroot_setup /apex/com.android.art/bin/dexopt_chroot_setup
48 disabled # Prevents the service from automatically starting at boot.
49 oneshot # Prevents the service from automatically restarting each time it is stopped.
56 service art_boot /apex/com.android.art/bin/art_boot