Set local unix socket permissions to rw (#263)

This commit is contained in:
Mikhail Bragin
2022-03-13 15:16:35 +01:00
committed by GitHub
parent d7b69b91b9
commit b2f4322a31
2 changed files with 9 additions and 0 deletions

View File

@ -64,6 +64,7 @@ func (s *Server) Start() error {
log.Warnf("no config file, skip connection stage: %v", err)
return nil
}
s.config = config
go func() {
if err := internal.RunClient(ctx, config, s.stopCh, s.cleanupCh); err != nil {