From c23b33549c7f24f1606c4e3076ab3e5056830855 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Sun, 23 Nov 2025 21:06:08 +0100 Subject: [PATCH] remove journal log rotation --- misc/core.func | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/core.func b/misc/core.func index c3014951f..11fdbd994 100644 --- a/misc/core.func +++ b/misc/core.func @@ -410,7 +410,6 @@ cleanup_lxc() { if command -v composer &>/dev/null; then $STD composer clear-cache || true; fi if command -v journalctl &>/dev/null; then - $STD journalctl --rotate || true $STD journalctl --vacuum-time=10m || true fi msg_ok "Cleaned"