systemctl list-unit-files --state=enabled

Category: Administration

systemctl list-unit-files --state=enabled

List units enabled at boot

Shows every unit file whose state is enabled, meaning systemd will start it during boot. The --state filter narrows the full list-unit-files output to one status. Combined with --type=service you get only the enabled services, a quick audit of what runs at startup.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.