mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-01 02:35:04 +00:00
Merge pull request #16786 from LK4D4/fix_systemd_serve
Remove wait on start channel for butts socket
This commit is contained in:
@@ -27,10 +27,6 @@ func (s *Server) newServer(proto, addr string) ([]*HTTPServer, error) {
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
// We don't want to start serving on these sockets until the
|
||||
// daemon is initialized and installed. Otherwise required handlers
|
||||
// won't be ready.
|
||||
<-s.start
|
||||
case "tcp":
|
||||
l, err := s.initTCPSocket(addr)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user