From 8a59f5a57f12e06c5b1c61096ce2ead007db5a5b Mon Sep 17 00:00:00 2001 From: xiongjun_gitee Date: Tue, 25 Jan 2022 06:49:21 +0000 Subject: [PATCH] Componentization. --- services/samgr/native/samgr_standard.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/services/samgr/native/samgr_standard.cfg b/services/samgr/native/samgr_standard.cfg index 890eb1fc..1e8e8552 100755 --- a/services/samgr/native/samgr_standard.cfg +++ b/services/samgr/native/samgr_standard.cfg @@ -15,7 +15,6 @@ "services" : [{ "name" : "samgr", "path" : ["/system/bin/samgr"], - "critical" : [1, 1, 60], "uid" : "system", "gid" : ["system"] } -- Gitee