diff --git a/src/packages/mod.rs b/src/packages/mod.rs index 4fcfe1f..f3ecb06 100644 --- a/src/packages/mod.rs +++ b/src/packages/mod.rs @@ -568,7 +568,6 @@ fn get_systemd_service_status(name: &str) -> Result> { let healthy = active_state == "active" && sub_state == "running"; - // Check for socket activation: if service is inactive but enabled, // check if the corresponding .socket unit is active (listening) let healthy = if !healthy && active_state == "inactive" && unit_file_state == "enabled" {