fn unpassed_path<'a>(
path: Option<&'a Path>,
listeners: &[UnixListener],
) -> Result<Option<&'a Path>>Expand description
Drops the configured unix socket when a passed listener already binds that path, which would otherwise be unlinked and replaced on the way up.