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 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 +}