Skip to content

Instantly share code, notes, and snippets.

@csrutil
Created October 1, 2015 13:51
Show Gist options
  • Select an option

  • Save csrutil/e0f0f13ef995d451f223 to your computer and use it in GitHub Desktop.

Select an option

Save csrutil/e0f0f13ef995d451f223 to your computer and use it in GitHub Desktop.
logrotate
/webapp/shared/log/*.log {
su deploy deploy
size=20M
missingok
rotate 52
compress
delaycompress
notifempty
copytruncate
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment