Skip to content

Instantly share code, notes, and snippets.

@zelic91
Created June 3, 2021 06:14
Show Gist options
  • Save zelic91/eb528be47eacddca2b6ac0516777bf45 to your computer and use it in GitHub Desktop.
Save zelic91/eb528be47eacddca2b6ac0516777bf45 to your computer and use it in GitHub Desktop.
Log rotate template
/home/<some directories>/log/*.log {
daily
rotate 7
size 10M
compress
delaycompress
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment