mirror of
https://github.com/cloudflare/redoctober.git
synced 2026-01-07 14:05:47 +00:00
Update vendored go-systemd/activation package
And fix call to activation.Listeners
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user