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