Skip to content

Commit 6a5ad42

Browse files
authored
remove journal log rotation (#9392)
1 parent 4631f1c commit 6a5ad42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

misc/core.func

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,6 @@ cleanup_lxc() {
410410
if command -v composer &>/dev/null; then $STD composer clear-cache || true; fi
411411

412412
if command -v journalctl &>/dev/null; then
413-
$STD journalctl --rotate || true
414413
$STD journalctl --vacuum-time=10m || true
415414
fi
416415
msg_ok "Cleaned"

0 commit comments

Comments
 (0)