2014-03-31 18:08:02 +08:00
|
|
|
service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-system-server
|
|
|
|
class main
|
2016-05-19 08:40:41 +08:00
|
|
|
priority -20
|
2016-11-03 04:35:12 +08:00
|
|
|
user root
|
2018-01-06 08:16:49 +08:00
|
|
|
group root readproc reserved_disk
|
2014-03-31 18:08:02 +08:00
|
|
|
socket zygote stream 660 root system
|
2019-02-23 03:35:08 +08:00
|
|
|
socket usap_pool_primary stream 660 root system
|
2014-03-31 18:08:02 +08:00
|
|
|
onrestart write /sys/power/state on
|
2015-10-31 05:17:25 +08:00
|
|
|
onrestart restart audioserver
|
2015-12-04 08:32:12 +08:00
|
|
|
onrestart restart cameraserver
|
2014-03-31 18:08:02 +08:00
|
|
|
onrestart restart media
|
|
|
|
onrestart restart netd
|
2016-12-21 03:28:04 +08:00
|
|
|
onrestart restart wificond
|
2016-05-06 07:10:53 +08:00
|
|
|
writepid /dev/cpuset/foreground/tasks
|