diff --git a/syndicate/src/actor.rs b/syndicate/src/actor.rs index bff25f5..94eb5a4 100644 --- a/syndicate/src/actor.rs +++ b/syndicate/src/actor.rs @@ -1095,8 +1095,7 @@ impl Actor { tokio::spawn(async move { tracing::trace!("start"); self.run(|t| { - boot(t)?; - t.stop_if_inert(); + t.facet(boot)?; Ok(()) }).await; let result = self.ac_ref.exit_status().expect("terminated");