get_boot_critical_chain
Analyze the systemd boot critical chain to identify units that delay boot, showing each unit's active-time and start duration. Optionally start from a specific unit.
Instructions
Returns the time-critical boot chain from systemd-analyze critical-chain: a dependency tree of units with their active-time point and start duration. Optional unit param starts the chain from a specific unit. Read-only; fatal only if systemd-analyze is missing or fails. Use to find what delays the boot target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit | No | optional unit name to start the chain from (e.g. 'graphical.target') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | ||
| errors | No | ||
| target | Yes |