fn invoke_server_with_config(config_path: PathBuf) -> Result<UnixStream>
Expand description
Fork a child process to run the server with the provided config. The server will exit silently by itself when it is done, and this function will only return for the client with the socket for the server.