When I run systemctl status
on a specific server, I get the following output:
● ⟨host-name⟩
State: degraded
Jobs: 0 queued
Failed: 1 units
Since: Fr 2017-06-09 00:34:27 UTC; 1 weeks 5 days ago
CGroup: /
…
How can I find out which of the services is the one that failed?
I tried it with systemctl is-failed '*'
, but that doesn't yield any meaningful output (it outputs 39 lines active
one failed
line and then some more (> 100) active
lines…).