blob: b3ac7b064c941233ab5f36eb7654fc6ba75b0c7a [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
7 onrestart restart media
8 onrestart restart netd
Todd Kjosed607882015-10-26 16:22:11 -07009 writepid /dev/cpuset/foreground/tasks /sys/fs/cgroup/stune/foreground/tasks
Narayan Kamath7cdbbca2014-05-21 11:20:42 +010010
11service zygote_secondary /system/bin/app_process32 -Xzygote /system/bin --zygote --socket-name=zygote_secondary
12 class main
Vitalii Tomkiv372e5472016-05-18 17:40:41 -070013 priority -20
Narayan Kamath7cdbbca2014-05-21 11:20:42 +010014 socket zygote_secondary stream 660 root system
15 onrestart restart zygote
Todd Kjosed607882015-10-26 16:22:11 -070016 writepid /dev/cpuset/foreground/tasks /sys/fs/cgroup/stune/foreground/tasks