mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 15:47:14 +01:00
The agent-interactive-console and agent-interactive-console-serial@ services should have consistent Before/After edges since only one runs on each system (depending on whether there is a graphical console). Previously, set-hostname.service had a Before= dependency on agent-interactive-console.service only, which created an edge in the systemd diagrams from set-hostname to agent-interactive-console but not to agent-interactive-console-serial@. This fixes the inconsistency by: - Adding set-hostname.service to the After= directive in both console services - Removing the redundant Before= directive from set-hostname.service Both services now define the dependency consistently in the same direction. Assisted-by: Claude Code