blob: 68c0668cdeb2fe5674bc870c9f96639e4bdad208 [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
8
9service zygote_secondary /system/bin/app_process64 -Xzygote /system/bin --zygote --socket-name=zygote_secondary
10 class main
11 socket zygote_secondary stream 660 root system
12 onrestart restart zygote