Merge pull request #16786 from LK4D4/fix_systemd_serve

Remove wait on start channel for butts socket
This commit is contained in:
Jess Frazelle 2015-10-06 14:04:15 -07:00
commit c1c3475c6a
1 changed files with 0 additions and 4 deletions

View File

@ -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 {