Tente:
systemctl --state=failed
man systemctl
diz:
--state=
The argument should be a comma-separated list of unit LOAD, SUB, or ACTIVE states. When listing units, show only those in specified states. Use --state=failed to show only failed units.
Executar (como root
):
systemctl status <service-name>
status [PATTERN...|PID...]]
Show terse runtime status information about one or more units, followed by most recent log data from the journal.
Além disso:
journalctl -u <service-name> -b