Difference between revisions of "Linux Sys Admin HowTos"

From Double Jump Electric Wiki
Jump to navigation Jump to search
(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")
 
(No difference)

Latest revision as of 12:27, 4 June 2020

Systemd

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

Example:

   journalctl -u duetwebserver.service -f