fix: core always run by sidecar mode after reinstall service

This commit is contained in:
oomeow 2025-12-06 13:27:24 +08:00
parent f383a18f77
commit d0917dae73
No known key found for this signature in database
GPG Key ID: B7BC3926B326F37B

View File

@ -505,7 +505,6 @@ impl ServiceManager {
pub async fn refresh(&mut self) -> Result<()> {
let status = self.check_service_comprehensive().await;
logging_error!(Type::Service, self.handle_service_status(&status).await);
self.0 = status;
Ok(())
}