diff --git a/src/main.rs b/src/main.rs index c2f78d1a0..9bb405b68 100644 --- a/src/main.rs +++ b/src/main.rs @@ -550,11 +550,6 @@ async fn main() -> std::io::Result<()> { )) .ok(); trace!("Calling bootstrap.start_all()..."); - - if let Err(e) = bootstrap.ensure_services_running().await { - warn!("Some services might not be running: {}", e); - } - bootstrap.start_all().await.map_err(std::io::Error::other)?; trace!("bootstrap.start_all() completed");