2014-05-21 12:20:42 +02:00
|
|
|
service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-system-server --socket-name=zygote
|
|
|
|
class main
|
2016-05-19 02:40:41 +02:00
|
|
|
priority -20
|
2016-11-02 21:35:12 +01:00
|
|
|
user root
|
|
|
|
group root readproc
|
2014-05-21 12:20:42 +02:00
|
|
|
socket zygote stream 660 root system
|
|
|
|
onrestart write /sys/android_power/request_state wake
|
|
|
|
onrestart write /sys/power/state on
|
2015-10-30 22:17:25 +01:00
|
|
|
onrestart restart audioserver
|
2015-12-04 01:32:12 +01:00
|
|
|
onrestart restart cameraserver
|
2014-05-21 12:20:42 +02:00
|
|
|
onrestart restart media
|
|
|
|
onrestart restart netd
|
2016-09-08 15:45:41 +02:00
|
|
|
writepid /dev/cpuset/foreground/tasks /dev/stune/foreground/tasks
|
2014-05-21 12:20:42 +02:00
|
|
|
|
|
|
|
service zygote_secondary /system/bin/app_process32 -Xzygote /system/bin --zygote --socket-name=zygote_secondary
|
|
|
|
class main
|
2016-05-19 02:40:41 +02:00
|
|
|
priority -20
|
2016-11-02 21:35:12 +01:00
|
|
|
user root
|
|
|
|
group root readproc
|
2014-05-21 12:20:42 +02:00
|
|
|
socket zygote_secondary stream 660 root system
|
|
|
|
onrestart restart zygote
|
2016-05-06 01:10:53 +02:00
|
|
|
writepid /dev/cpuset/foreground/tasks
|