Update vendored go-systemd/activation package

And fix call to activation.Listeners
This commit is contained in:
Ryan Carter
2018-09-14 11:32:18 -07:00
parent c0b30b638a
commit 25606b1b5f
11 changed files with 347 additions and 13 deletions

View File

@@ -152,7 +152,7 @@ func NewServer(staticPath, addr, caPath string, certPaths, keyPaths []string, us
var lstnr net.Listener
if useSystemdSocket {
listenFDs, err := activation.Listeners(true)
listenFDs, err := activation.Listeners()
if err != nil {
log.Fatal(err)
}