You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
825 B
23 lines
825 B
service zygote /system/bin/app_process32 -Xzygote /system/bin --zygote --start-system-server --socket-name=zygote |
|
class main |
|
priority -20 |
|
user root |
|
group root readproc |
|
socket zygote stream 660 root system |
|
onrestart write /sys/android_power/request_state wake |
|
onrestart write /sys/power/state on |
|
onrestart restart audioserver |
|
onrestart restart cameraserver |
|
onrestart restart media |
|
onrestart restart netd |
|
onrestart restart wificond |
|
writepid /dev/cpuset/foreground/tasks |
|
|
|
service zygote_secondary /system/bin/app_process64 -Xzygote /system/bin --zygote --socket-name=zygote_secondary |
|
class main |
|
priority -20 |
|
user root |
|
group root readproc |
|
socket zygote_secondary stream 660 root system |
|
onrestart restart zygote |
|
writepid /dev/cpuset/foreground/tasks
|
|
|