Skip to content

Instantly share code, notes, and snippets.

@imabuddha
Last active January 23, 2021 08:54
Show Gist options
  • Save imabuddha/80aeabe48b1d4f2109cc2617611c69f0 to your computer and use it in GitHub Desktop.
Save imabuddha/80aeabe48b1d4f2109cc2617611c69f0 to your computer and use it in GitHub Desktop.
Keep ~/.xsession-errors log file from growing too large. Place file in /etc/logrotate.d
$HOME/.xsession-errors {
missingok
notifempty
size 1M
daily
rotate 3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment