Skip to content

Instantly share code, notes, and snippets.

@ymollard
Created June 26, 2017 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ymollard/9d65e13c177f953030b72376dec5463f to your computer and use it in GitHub Desktop.
Save ymollard/9d65e13c177f953030b72376dec5463f to your computer and use it in GitHub Desktop.
Read SystemD history
sudo systemctl status apex.service -l  # Summary of the execution and success/failure state
sudo journalctl -u apex --all  # Displays the full log
# Long version: journalctl _SYSTEMD_UNIT=apex.service --all  # Full output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment