Skip to content

Commit

Permalink
jpurge.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG committed Oct 8, 2019
1 parent 29c13c8 commit 9b2c5d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions menu/alias/templates/jpurge.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
## cleanup old Journal files

journalctl --flush
journalctl --rotate
journalctl --vacuum-time=1s
journalctl --vacuum-size=10M

0 comments on commit 9b2c5d0

Please sign in to comment.