async fn spawn_system_binary( log_dir: &Path, name: &str, bin: &str, args: &[String], ) -> Result<Spawned>