From 2406c68a24e530611501ae619113f4b9ca95749f Mon Sep 17 00:00:00 2001 From: Joerg Lehmann Date: Fri, 20 Oct 2023 14:40:39 +0200 Subject: [PATCH] Persistent Storage for Journald --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b78527..3219060 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,10 @@ export XDG_RUNTIME_DIR=/run/user/$(id -u) # localectl set-locale LANG=en_US.UTF-8 # localectl set-locale LC_TIME=de_CH.UTF-8 +Set Journalctl-Config to persistent Storage: +/etc/systemd/journald.conf: +Storage=persistent + # Enable Selinux in Enforcing Mode: change /etc/selinux/config # dnf install setroubleshoot ` @@ -189,7 +193,6 @@ if (strpos($_SERVER['HTTP_X_FORWARDED_PROTO'], 'https') !== false) ### Setup Env for Podman -we use /data/ for persitent data: ```bash # mkdir /data # chown containers:containers /data