diff --git a/scripts/cleanup-journal.sh b/scripts/cleanup-journal.sh new file mode 100644 index 0000000..7b05116 --- /dev/null +++ b/scripts/cleanup-journal.sh @@ -0,0 +1,5 @@ +# Vacuum by time +# journalctl --vacuum-time=2d + +# Vacuum by size +journalctl --vacuum-size=500M \ No newline at end of file