From 1c8cb87d2436fe888f977b196293f93fa2381ed5 Mon Sep 17 00:00:00 2001 From: xionglei6 Date: Thu, 10 Feb 2022 10:39:24 +0800 Subject: [PATCH] modify: cfg adapt parallel start Signed-off-by: xionglei6 --- etc/init/inputmethodservice.cfg | 7 ------- 1 file changed, 7 deletions(-) diff --git a/etc/init/inputmethodservice.cfg b/etc/init/inputmethodservice.cfg index 9f9a783..a185bf6 100644 --- a/etc/init/inputmethodservice.cfg +++ b/etc/init/inputmethodservice.cfg @@ -1,11 +1,4 @@ { - "jobs" : [{ - "name" : "boot", - "cmds" : [ - "start inputmethod_service" - ] - } - ], "services" : [{ "name" : "inputmethod_service", "path" : ["/system/bin/sa_main", "/system/profile/inputmethod_service.xml"],