am 5da2dbbc: Merge "Move zygote init config to its own file."

* commit '5da2dbbc935356f526cdfb0b522b332fc8b95fc7':
  Move zygote init config to its own file.
This commit is contained in:
Narayan Kamath 2014-04-01 16:26:39 +00:00 committed by Android Git Automerger
commit ffca173c85
3 changed files with 17 additions and 8 deletions

View file

@ -7,6 +7,7 @@
import /init.environ.rc
import /init.usb.rc
import /init.${ro.hardware}.rc
import /init.${ro.zygote}.rc
import /init.trace.rc
on early-init
@ -500,14 +501,6 @@ service surfaceflinger /system/bin/surfaceflinger
group graphics drmrpc
onrestart restart zygote
service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-system-server
class main
socket zygote stream 660 root system
onrestart write /sys/android_power/request_state wake
onrestart write /sys/power/state on
onrestart restart media
onrestart restart netd
service drm /system/bin/drmserver
class main
user drm

8
rootdir/init.zygote32.rc Normal file
View file

@ -0,0 +1,8 @@
service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-system-server
class main
socket zygote stream 660 root system
onrestart write /sys/android_power/request_state wake
onrestart write /sys/power/state on
onrestart restart media
onrestart restart netd

8
rootdir/init.zygote64.rc Normal file
View file

@ -0,0 +1,8 @@
service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-system-server
class main
socket zygote stream 660 root system
onrestart write /sys/android_power/request_state wake
onrestart write /sys/power/state on
onrestart restart media
onrestart restart netd