Skip to content

Instantly share code, notes, and snippets.

@dwweb0309
Last active December 29, 2023 19:25
Show Gist options
  • Save dwweb0309/03c02a3edba3990802c4eb8e37383376 to your computer and use it in GitHub Desktop.
Save dwweb0309/03c02a3edba3990802c4eb8e37383376 to your computer and use it in GitHub Desktop.
Linux
  • See latest lines from systemd service log
    journalctl -u <service_name> [-e] [-f]
    
    -f specifies that you'd like to follow the log as it changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment