blob: 4a32097282fd1690d589a20b5a6b396c93e96909 [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
Narayan Kamath7cdbbca2014-05-21 11:20:42 +01004 socket zygote stream 660 root system
5 onrestart write /sys/android_power/request_state wake
6 onrestart write /sys/power/state on
Andy Hungfec47522015-10-30 14:17:25 -07007 onrestart restart audioserver
Chien-Yu Chencd2ef4e2015-12-03 16:32:12 -08008 onrestart restart cameraserver
Narayan Kamath7cdbbca2014-05-21 11:20:42 +01009 onrestart restart media
10 onrestart restart netd
Srinath Sridharan13398712016-05-05 16:10:53 -070011 writepid /dev/cpuset/foreground/tasks
Narayan Kamath7cdbbca2014-05-21 11:20:42 +010012
13service zygote_secondary /system/bin/app_process32 -Xzygote /system/bin --zygote --socket-name=zygote_secondary
14 class main
Vitalii Tomkiv372e5472016-05-18 17:40:41 -070015 priority -20
Narayan Kamath7cdbbca2014-05-21 11:20:42 +010016 socket zygote_secondary stream 660 root system
17 onrestart restart zygote
Srinath Sridharan13398712016-05-05 16:10:53 -070018 writepid /dev/cpuset/foreground/tasks