Skip to content
Snippets Groups Projects
Commit dd491722 authored by ale's avatar ale
Browse files

Fix for latest version of github.com/coreos/go-systemd

parent 8ffa1246
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ func NewUNIXSocketServer(socketPath string, h Handler) (*SocketServer, error) {
// NewSystemdSocketServer uses systemd socket activation, receiving
// the open socket as a file descriptor on exec.
func NewSystemdSocketServer(h Handler) (*SocketServer, error) {
listeners, err := activation.Listeners(false)
listeners, err := activation.Listeners()
if err != nil {
return nil, err
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment