blob: 3eee180ba09f658492b0af023441038ccdcf9a29 [file] [log] [blame]
Narayan Kamath7cdbbca2014-05-21 11:20:42 +01001service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-system-server --socket-name=zygote
2 class main
Vitalii Tomkiv372e5472016-05-18 17:40:41 -07003 priority -20
Nick Kralevichc21169c2016-11-02 13:35:12 -07004 user root
Jeff Sharkey9410d572018-01-05 17:16:49 -07005 group root readproc reserved_disk
Narayan Kamath7cdbbca2014-05-21 11:20:42 +01006 socket zygote stream 660 root system
Chris Wailes4a258162019-02-22 11:35:08 -08007 socket usap_pool_primary stream 660 root system
Martijn Coenendd0440f2020-05-28 16:15:55 +02008 onrestart exec_background - system system -- /system/bin/vdc volume abort_fuse
Narayan Kamath7cdbbca2014-05-21 11:20:42 +01009 onrestart write /sys/power/state on
Andy Hungfec47522015-10-30 14:17:25 -070010 onrestart restart audioserver
Chien-Yu Chencd2ef4e2015-12-03 16:32:12 -080011 onrestart restart cameraserver
Narayan Kamath7cdbbca2014-05-21 11:20:42 +010012 onrestart restart media
13 onrestart restart netd
Wei Wang38fcd332016-12-20 11:28:04 -080014 onrestart restart wificond
Tim Murraye2318a22020-06-16 12:03:57 -070015 task_profiles ProcessCapacityHigh MaxPerformance
Woody Lin45215ae2019-12-26 22:22:28 +080016 critical window=${zygote.critical_window.minute:-off} target=zygote-fatal
Narayan Kamath7cdbbca2014-05-21 11:20:42 +010017
Narayan Kamathf403e642017-02-07 16:08:42 +000018service zygote_secondary /system/bin/app_process32 -Xzygote /system/bin --zygote --socket-name=zygote_secondary --enable-lazy-preload
Narayan Kamath7cdbbca2014-05-21 11:20:42 +010019 class main
Vitalii Tomkiv372e5472016-05-18 17:40:41 -070020 priority -20
Nick Kralevichc21169c2016-11-02 13:35:12 -070021 user root
Jeff Sharkey9410d572018-01-05 17:16:49 -070022 group root readproc reserved_disk
Narayan Kamath7cdbbca2014-05-21 11:20:42 +010023 socket zygote_secondary stream 660 root system
Chris Wailes4a258162019-02-22 11:35:08 -080024 socket usap_pool_secondary stream 660 root system
Narayan Kamath7cdbbca2014-05-21 11:20:42 +010025 onrestart restart zygote
Tim Murraye2318a22020-06-16 12:03:57 -070026 task_profiles ProcessCapacityHigh MaxPerformance