Fluxion::SystemdUnit
One unit inside a systemd-unit step.
Constants
ALREADY_ENABLED = ["enabled", "enabled-runtime"] of ::String
NOT_ENABLEABLE = ["static", "indirect", "generated", "transient", "alias"] of ::String
Unit states that have no [Install] section and are therefore reachable
only as a dependency. Passing one to enable is an error, so Fluxion
treats an already-correct unit as satisfied instead.
Constructors
Instance methods
enabled?
Sourcestate
Sourceunit
Source