summaryrefslogtreecommitdiff
path: root/toolbox/start.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'toolbox/start.cpp')
-rw-r--r--toolbox/start.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/toolbox/start.cpp b/toolbox/start.cpp
index 46314cfcf..cffb89cc5 100644
--- a/toolbox/start.cpp
+++ b/toolbox/start.cpp
@@ -37,6 +37,7 @@ static void ControlService(bool start, const std::string& service) {
static void ControlDefaultServices(bool start) {
std::vector<std::string> services = {
+ "iorapd",
"netd",
"surfaceflinger",
"audioserver",
@@ -91,4 +92,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