Linux Sys Admin HowTos

From Double Jump Electric Wiki
Revision as of 12:27, 4 June 2020 by Poofjunior (talk | contribs) (Created page with "== Systemd == * Tail the logs of a systemd service in real time journalctl -u <service_name>.service -f Example: journalctl -u duetwebserver.service -f")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Systemd

  • Tail the logs of a systemd service in real time
   journalctl -u <service_name>.service -f

Example:

   journalctl -u duetwebserver.service -f