summaryrefslogtreecommitdiffstats
path: root/toolbox/stop.c
diff options
context:
space:
mode:
Diffstat (limited to 'toolbox/stop.c')
-rw-r--r--toolbox/stop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolbox/stop.c b/toolbox/stop.c
index 460f3776d..6552c7cb6 100644
--- a/toolbox/stop.c
+++ b/toolbox/stop.c
@@ -11,6 +11,7 @@ int stop_main(int argc, char *argv[])
property_set("ctl.stop", argv[1]);
} else{
/* defaults to stopping the common services */
+ property_set("ctl.stop", "zygote_secondary");
property_set("ctl.stop", "zygote");
property_set("ctl.stop", "surfaceflinger");
}