remove journal log rotation

This commit is contained in:
CanbiZ
2025-11-23 21:06:08 +01:00
committed by GitHub
parent 4631f1c09e
commit c23b33549c

View File

@@ -410,7 +410,6 @@ cleanup_lxc() {
if command -v composer &>/dev/null; then $STD composer clear-cache || true; fi if command -v composer &>/dev/null; then $STD composer clear-cache || true; fi
if command -v journalctl &>/dev/null; then if command -v journalctl &>/dev/null; then
$STD journalctl --rotate || true
$STD journalctl --vacuum-time=10m || true $STD journalctl --vacuum-time=10m || true
fi fi
msg_ok "Cleaned" msg_ok "Cleaned"