From cdb8c80c4d5ed2b268ddb6bafc77b167077c7a10 Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Thu, 16 Oct 2025 13:55:14 +0200 Subject: [PATCH] rajout fflush --- Readme.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/Readme.md b/Readme.md index a1f100c..b721407 100644 --- a/Readme.md +++ b/Readme.md @@ -3,23 +3,18 @@ ## Configuration -vim /etc/systemd/journald.conf +mkdir /etc/systemd/journald.conf.d +vim /etc/systemd/journald.conf.d/my.conf ```ini [Journal] Storage=persistent SystemMaxUse=512G -#Compress=yes -#Seal=yes -#SplitMode=uid -#SyncIntervalSec=5m -#RateLimitInterval=30s -#RateLimitBurst=1000 -... ``` ```bash systemctl restart systemd-journald +journalctl --flush ls -l /var/log/journald ```