From c531cdf46fbf49839ccdf0a03cf20b05c280bb45 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Mon, 19 Aug 2024 02:58:16 +0200 Subject: [PATCH] Update journald.conf to systemd 256.5 --- systemd/journald.conf | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/systemd/journald.conf b/systemd/journald.conf index 3f3194e..7a0374d 100644 --- a/systemd/journald.conf +++ b/systemd/journald.conf @@ -1,8 +1,11 @@ [Journal] Storage=auto Compress=yes +#Seal=yes SplitMode=uid SyncIntervalSec=1m +#RateLimitIntervalSec=30s +#RateLimitBurst=10000 SystemMaxUse=512M #SystemKeepFree= #SystemMaxFileSize= @@ -14,11 +17,16 @@ SystemMaxUse=512M MaxRetentionSec=1week MaxFileSec=1day ForwardToSyslog=no -ForwardToKMsg=true +ForwardToKMsg=yes ForwardToConsole=no -ForwardToWall=true +ForwardToWall=yes +#TTYPath=/dev/console +#MaxLevelStore=debug +#MaxLevelSyslog=debug MaxLevelKMsg=warn +#MaxLevelConsole=info MaxLevelWall=emerg +#MaxLevelSocket=debug LineMax=48K ReadKMsg=yes Audit=yes