From 37809b8c855250b931ec592f12fd548ddfa1dabe Mon Sep 17 00:00:00 2001 From: Marc Pervaz Boocha Date: Tue, 24 Feb 2026 23:43:18 +0530 Subject: Split net packages --- http/systemd_linux.go | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 http/systemd_linux.go (limited to 'http/systemd_linux.go') diff --git a/http/systemd_linux.go b/http/systemd_linux.go deleted file mode 100644 index bf1e6a1..0000000 --- a/http/systemd_linux.go +++ /dev/null @@ -1,16 +0,0 @@ -//go:build linux - -package http - -import ( - "github.com/coreos/go-systemd/v22/activation" -) - -func getSystemdListeners() (Listeners, error) { - lns, err := activation.Listeners() - if err != nil { - return nil, err - } - - return lns, nil -} -- cgit v1.3.1