Skip to content

Instantly share code, notes, and snippets.

@ttys3
Created May 5, 2022 08:09
Show Gist options
  • Save ttys3/87f51cb4fef62921e5218019bc08cc6c to your computer and use it in GitHub Desktop.
Save ttys3/87f51cb4fef62921e5218019bc08cc6c to your computer and use it in GitHub Desktop.
clean-systemd-logs.sh
#!/bin/sh
# ref https://unix.stackexchange.com/a/457902
journalctl --rotate
journalctl --vacuum-time=1s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment