Skip to content

Instantly share code, notes, and snippets.

@panggi
Created December 9, 2014 10:02
Show Gist options
  • Select an option

  • Save panggi/004f3438bdd28ef22235 to your computer and use it in GitHub Desktop.

Select an option

Save panggi/004f3438bdd28ef22235 to your computer and use it in GitHub Desktop.
rails logrotate script
/opt/username/shared/log/*log {
create 0644 username username
su root username
daily
rotate 1
compress
missingok
notifempty
sharedscripts
postrotate
service rails restart > /dev/null 2>/dev/null || true
endscript
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment