Module unit_constants

Module unit_constants 

Source
Expand description

§Unit Constants Module

Shared constants and enums for systemd unit states and operations. Reference: https://www.freedesktop.org/software/systemd/man/org.freedesktop.systemd1.html

Structs§

SystemdUnitActiveStateIter
An iterator over the variants of SystemdUnitActiveState
SystemdUnitLoadStateIter
An iterator over the variants of SystemdUnitLoadState

Enums§

SystemdUnitActiveState
Possible systemd unit active states enumerated
SystemdUnitLoadState
Possible systemd unit load states enumerated

Functions§

is_unit_unhealthy
Check if we’re a loaded unit and if so evaluate if we’re active or not If we’re not Only potentially mark unhealthy for LOADED units that are not active