1

more journalctl aliases

This commit is contained in:
2022-10-31 16:58:53 +01:00
parent 08d632a1e5
commit 46a61fb812

View File

@ -42,7 +42,9 @@ in {
failed = "systemctl --failed";
errors = "journalctl -p 3 -xb";
kerrors = "journalctl -p 3 -xb -k";
kernelerrors = "journalctl -p 3 -xb -k";
uniterrors = "journalctl -xb --unit=";
useruniterrors = "journalctl -xb --user-unit=";
xxhamster = "TERM=ansi ssh christoph@217.160.142.51";
}