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