blob: 917a40255ccc62d1400a0a0189ad522122867e70 [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
3 socket zygote stream 660 root system
4 onrestart write /sys/android_power/request_state wake
5 onrestart write /sys/power/state on
Andy Hungfec47522015-10-30 14:17:25 -07006 onrestart restart audioserver
Narayan Kamath7cdbbca2014-05-21 11:20:42 +01007 onrestart restart media
8 onrestart restart netd
Tim Murraybc8c7312015-09-02 11:27:55 -07009 writepid /dev/cpuset/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
13 socket zygote_secondary stream 660 root system
14 onrestart restart zygote
Tim Murraybc8c7312015-09-02 11:27:55 -070015 writepid /dev/cpuset/foreground/tasks