diff options
Diffstat (limited to 'toolbox/start.c')
-rw-r--r-- | toolbox/start.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/toolbox/start.c b/toolbox/start.c index 665a941..0941e64 100644 --- a/toolbox/start.c +++ b/toolbox/start.c @@ -7,14 +7,13 @@ int start_main(int argc, char *argv[]) { - char buf[1024]; - if(argc > 1) { property_set("ctl.start", argv[1]); } else { /* defaults to starting the common services stopped by stop.c */ property_set("ctl.start", "surfaceflinger"); property_set("ctl.start", "zygote"); + property_set("ctl.start", "zygote_secondary"); } return 0; |