meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
linux:systemd:journald [2024/01/22 10:27] – niziak | linux:systemd:journald [2024/09/17 16:32] (current) – niziak | ||
---|---|---|---|
Line 31: | Line 31: | ||
echo SystemMaxUse=50M | sudo tee -a / | echo SystemMaxUse=50M | sudo tee -a / | ||
</ | </ | ||
+ | |||
+ | ====== read journal from custom location ====== | ||
+ | |||
+ | <code bash> | ||
+ | journalctl --directory=/ | ||
+ | journalctl --file=/ | ||
+ | </ | ||
+ | |||