fn bootstrap_server_connection(
socket_path: Option<PathBuf>,
config_path: Option<PathBuf>,
) -> Result<UnixStream>
Expand description
Inner function for bootstrap_server_connection_and_drop_privileges
.
See that function for more information.