diff options
Diffstat (limited to 'toolbox/start.cpp')
-rw-r--r-- | toolbox/start.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/toolbox/start.cpp b/toolbox/start.cpp index cffb89cc5..46314cfcf 100644 --- a/toolbox/start.cpp +++ b/toolbox/start.cpp @@ -37,7 +37,6 @@ static void ControlService(bool start, const std::string& service) { static void ControlDefaultServices(bool start) { std::vector<std::string> services = { - "iorapd", "netd", "surfaceflinger", "audioserver", @@ -92,4 +91,4 @@ extern "C" int start_main(int argc, char** argv) { extern "C" int stop_main(int argc, char** argv) { return StartStop(argc, argv, false); -}
\ No newline at end of file +} |