serf/sync.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
serf/sync.go
@@ -20,7 +20,7 @@ ) var ( agent = SyncServer{} agent = SyncServer{} dependProcs = []string{ bhomeclient.Proc_System_Service, } @@ -124,7 +124,6 @@ } } if diff := arrayContains(existingProcs, dependProcs); diff == "" { initChan <- true break loop } else { logx.Errorf("Proc: %s is not running!", diff)