# Functions
Active checks if a systemd unit is active.
Disable disables a systemd unit.
DisableAndStopUnit disables and stops a systemd unit.
DisableIfEnabled disables a systemd unit if it is enabled.
Enable enables a systemd unit.
EnableAndStartUnit enables and starts a systemd unit.
Enabled checks if a systemd unit is enabled.
Failed checks if a systemd unit is in a failed state.
ResetFailed resets the state of a failed systemd unit.
Start starts a systemd unit.
Stop stops a systemd unit.
StopIfActive stops a systemd unit if it is active.