1service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-system-server --socket-name=zygote 2 class main 3 priority -20 4 user root 5 group root readproc reserved_disk 6 socket zygote stream 660 root system 7 socket usap_pool_primary stream 660 root system 8 onrestart exec_background - system system -- /system/bin/vdc volume abort_fuse 9 onrestart write /sys/power/state on 10 # NOTE: If the wakelock name here is changed, then also 11 # update it in SystemSuspend.cpp 12 onrestart write /sys/power/wake_lock zygote_kwl 13 onrestart restart audioserver 14 onrestart restart cameraserver 15 onrestart restart media 16 onrestart restart media.tuner 17 onrestart restart netd 18 onrestart restart wificond 19 task_profiles ProcessCapacityHigh MaxPerformance 20 critical window=${zygote.critical_window.minute:-off} target=zygote-fatal 21