aboutsummaryrefslogtreecommitdiffstats
path: root/net/systemd_stub.go
blob: 502cf4bf6fa8b20c78e9fbf08f5570fccd71eb99 (plain) (blame)
1
2
3
4
5
6
7
//go:build !linux

package net

func getSystemdListeners() (Listeners, error) {
	return nil, nil // No-op on non-Linux
}