pub fn spawn_background( command: &str, output: &str, exit_code: i32, ) -> Result<(), Error>
Spawn the learning process in the background by re-exec’ing ourselves.