diff options
Diffstat (limited to 'toolbox/stop.c')
-rw-r--r-- | toolbox/stop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolbox/stop.c b/toolbox/stop.c index ed9a29333..5e3ce3c8c 100644 --- a/toolbox/stop.c +++ b/toolbox/stop.c @@ -12,6 +12,7 @@ int stop_main(int argc, char *argv[]) property_set("ctl.stop", "zygote_secondary"); property_set("ctl.stop", "zygote"); property_set("ctl.stop", "surfaceflinger"); + property_set("ctl.stop", "netd"); } return 0; |