pub fn is_unit_unhealthy_for_service(
active_state: SystemdUnitActiveState,
load_state: SystemdUnitLoadState,
is_oneshot_service: bool,
ignore_inactive_oneshot_services: bool,
) -> boolExpand description
Check if a unit is unhealthy with optional oneshot-service handling.