Skip to content

Instantly share code, notes, and snippets.

@robsmith1776
Forked from MrAndrewMal/journalctl.txt
Created July 7, 2023 15:04
Show Gist options
  • Save robsmith1776/9a45b5fdc71de41ac9af4a1ae0b72bfb to your computer and use it in GitHub Desktop.
Save robsmith1776/9a45b5fdc71de41ac9af4a1ae0b72bfb to your computer and use it in GitHub Desktop.
How to read live-tail logs of multiple services with journalctl
#Systemd - How to read live-tail logs of multiple services with journalctl
sudo journalctl --follow _SYSTEMD_UNIT=docker.service + _SYSTEMD_UNIT=apache2.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment