//go:build !linux package http func getSystemdListeners() (Listeners, error) { return nil, nil // No-op on non-Linux }