Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 197 Bytes

journalctl.md

File metadata and controls

12 lines (10 loc) · 197 Bytes

journalctl

Check for a specific unit:

journalctl -u nginx.service

Limit in time:

journalctl --since 09:00 --until "1 hour ago"
journalctl -u nginx.service --since today