Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 609 Bytes

wrap-systemctl-output.md

File metadata and controls

26 lines (23 loc) · 609 Bytes
aliases category classification date date_modified draft id image links local_archive_links pinned print series tags title type
wrap-systemctl-output
cli
public
2022-10-25 08:10:42 -0700
2022-10-25 08:10:42 -0700
false
20221025151042
false
false
systemctl
systemd
wrap
log
Wrap systemctl output
tech-note

If you're checking the logs of a systemd service, and they are going off the screen, although you can use the arrow keys to view the rest of the line, you can also just stop it from happening with the below flags.

$ sudo systemctl status <service> --full --no-pager