remove journal log rotation (#9392)

This commit is contained in:
CanbiZ
2025-11-23 21:35:31 +01:00
committed by GitHub
parent 4631f1c09e
commit 6a5ad42279

View File

@@ -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"