summaryrefslogtreecommitdiffstats
path: root/rootdir/init.zygote32_64.rc
blob: 68c0668cdeb2fe5674bc870c9f96639e4bdad208 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
service zygote /system/bin/app_process32 -Xzygote /system/bin --zygote --start-system-server --socket-name=zygote
    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 zygote_secondary /system/bin/app_process64 -Xzygote /system/bin --zygote --socket-name=zygote_secondary
    class main
    socket zygote_secondary stream 660 root system
    onrestart restart zygote