Skip to content

Instantly share code, notes, and snippets.

@smagch
Created May 29, 2012 08:33
Show Gist options
  • Save smagch/2823311 to your computer and use it in GitHub Desktop.
Save smagch/2823311 to your computer and use it in GitHub Desktop.
logrotate for dogazei
/var/log/seaport.log {
daily
rotate 5
copytruncate
}
/var/log/bouncer.log {
daily
rotate 5
copytruncate
}
/var/log/dogazei.org/*.log {
daily
rotate 10
copytruncate
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment