Skip to content

Instantly share code, notes, and snippets.

@vitalfadeev
Created September 23, 2021 04:42
Show Gist options
  • Select an option

  • Save vitalfadeev/168bd871223aed4f2bd7773629bd17fe to your computer and use it in GitHub Desktop.

Select an option

Save vitalfadeev/168bd871223aed4f2bd7773629bd17fe to your computer and use it in GitHub Desktop.
#!/bin/sh
# clear system journal (gnome journald)
sudo journalctl --rotate
sudo journalctl --vacuum-size=100M
sudo journalctl --vacuum-time=1s
sudo systemctl restart systemd-journald
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment