Wednesday, September 3, 2014

Finding failed services with systemctl

Just found a very handy command:

  # systemctl -t service --failed  


Outputs services that failed to load.

No comments:

Post a Comment