Skip to content

Instantly share code, notes, and snippets.

@rgo
Forked from steveluscher/gist:378839
Created March 17, 2011 18:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rgo/874844 to your computer and use it in GitHub Desktop.
Save rgo/874844 to your computer and use it in GitHub Desktop.
/path/to/rails_apps/*/log/*.log {
daily
missingok
rotate 30
compress
delaycompress
sharedscripts
postrotate
find /path/to/rails_apps/* -name tmp -maxdepth 1 -type d -exec touch {}/restart.txt \;
endscript
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment