From ce3e10e442ea9a36296fcc24986020be40fa8652 Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Wed, 28 Feb 2024 18:36:56 +0100 Subject: [PATCH] fix journal command --- system/systemd/journal.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/systemd/journal.md b/system/systemd/journal.md index 09ce55e..490e0de 100644 --- a/system/systemd/journal.md +++ b/system/systemd/journal.md @@ -2,8 +2,6 @@ title: "journal" tags: [ "Documentation", "systemd" ] --- -``` - Find errors since November ```bash @@ -14,3 +12,5 @@ Limit size to 2G. ```bash journalctl --vacuum-size=2G +``` +