Skip to content

This document is a WORK IN PROGRESS.
This is just a quick personal cheat sheet: treat its contents with caution!


journal

SystemD has its own logging system called the journal.

Reference(s)

Table of contents

TODO

  • Look for errors in the log files located at /var/log, as well as high priority errors in the SystemD journal:
    # journalctl -p 3 -xb
    
# journalctl -xef
# journalctl -xelu service_name

If this cheat sheet has been useful to you, then please consider leaving a star here.