Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
unix:systemd [2021-05-12T13:31:58+0200] Wolfgang |
unix:systemd [2021-11-17T17:09:16+0100] (current) Wolfgang |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Find Recent Failures with journalctl ====== | ||
+ | |||
+ | < | ||
+ | journalctl --no-pager --since today \ | ||
+ | --grep ' | ||
+ | sort | uniq -c | sort --numeric --reverse --key 1 | ||
+ | </ | ||
+ | |||
+ | |||
====== Start/Stop Multiple Services ====== | ====== Start/Stop Multiple Services ====== | ||