blob: 29bb1cf2ec2ad452a143585b8a566c431e3f4790 [file] [log] [blame]
Narayan Kamathb4932d52014-05-14 15:44:24 +01001service zygote /system/bin/app_process32 -Xzygote /system/bin --zygote --start-system-server --socket-name=zygote
Narayan Kamath468b37c2014-04-02 14:08:39 +01002 class main
3 socket zygote stream 660 root system
4 onrestart write /sys/android_power/request_state wake
5 onrestart write /sys/power/state on
6 onrestart restart media
7 onrestart restart netd
Tim Murraybc8c7312015-09-02 11:27:55 -07008 writepid /dev/cpuset/foreground/tasks
Narayan Kamath468b37c2014-04-02 14:08:39 +01009
10service zygote_secondary /system/bin/app_process64 -Xzygote /system/bin --zygote --socket-name=zygote_secondary
11 class main
12 socket zygote_secondary stream 660 root system
13 onrestart restart zygote
Tim Murraybc8c7312015-09-02 11:27:55 -070014 writepid /dev/cpuset/foreground/tasks