pub fn create_process_pre(_args: &ProcessArgs) -> Result<ProcessInit, Error>
Expand description

If no connection exists, create a new connection to the server. This means our parent PID will be PID1. Otherwise, reuse the same connection.