Skip to content

Instantly share code, notes, and snippets.

@mmastoras
Last active August 29, 2022 23:28
Show Gist options
  • Save mmastoras/69b85e34d9634c9dc9de4766e2d14aa0 to your computer and use it in GitHub Desktop.
Save mmastoras/69b85e34d9634c9dc9de4766e2d14aa0 to your computer and use it in GitHub Desktop.
journalctl most recent (systemd)
// get journal logs from systemd services
# journalctl -u <service name>.service
# journalctl -u <service name>.service -n 100 --no-pager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment