From 5d4c0fa6b1c61edfe312751a5e4f18fda3ad560c Mon Sep 17 00:00:00 2001 From: Lucien Mueller Date: Thu, 27 Aug 2020 09:50:35 +0200 Subject: [PATCH] systemd-conf: changed journald back to volatile. BugzID: 65637 Signed-off-by: Lucien Mueller --- recipes-core/systemd/systemd-conf/journald.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes-core/systemd/systemd-conf/journald.conf b/recipes-core/systemd/systemd-conf/journald.conf index 526002c..163c219 100644 --- a/recipes-core/systemd/systemd-conf/journald.conf +++ b/recipes-core/systemd/systemd-conf/journald.conf @@ -12,16 +12,16 @@ # See journald.conf(5) for details. [Journal] -Storage=persistent +Storage=volatile #Compress=yes #Seal=yes #SplitMode=uid #SyncIntervalSec=5m #RateLimitIntervalSec=30s #RateLimitBurst=10000 -SystemMaxUse=256M -#SystemKeepFree= -SystemMaxFileSize=2M +SystemMaxUse=64M +SystemKeepFree=350M +SystemMaxFileSize=8M #SystemMaxFiles=100 RuntimeMaxUse=16M #RuntimeKeepFree= @@ -29,7 +29,7 @@ RuntimeMaxUse=16M #RuntimeMaxFiles=100 #MaxRetentionSec= #MaxFileSec=1month -ForwardToSyslog=yes +#ForwardToSyslog=no #ForwardToKMsg=no #ForwardToConsole=no #ForwardToWall=yes