fn run_forked_server(
config_path: PathBuf,
server_socket: UnixStream,
unix_user: UnixUser,
) -> Result<()>
Expand description
Run the server in the forked child process. This function will not return, but will exit the process with a success code.