From d77bc19291ccf7ff232877fecec21fad6580b0e0 Mon Sep 17 00:00:00 2001 From: xionglei6 Date: Wed, 9 Feb 2022 17:27:49 +0800 Subject: [PATCH] modify: cfg adapt parallel start Signed-off-by: xionglei6 --- services/distributedfile.cfg | 6 ------ 1 file changed, 6 deletions(-) diff --git a/services/distributedfile.cfg b/services/distributedfile.cfg index 442e2113f..a91bda205 100644 --- a/services/distributedfile.cfg +++ b/services/distributedfile.cfg @@ -1,11 +1,5 @@ { "jobs": [{ - "name": "boot", - "cmds": [ - "start distributedfiledaemon", - "start distributedfileservice" - ] - },{ "name" : "init", "cmds" : [ "mount tmpfs tmpfs /mnt" -- Gitee