Skip to content

Commit

Permalink
Add a logrotate script
Browse files Browse the repository at this point in the history
  • Loading branch information
chilts committed Mar 1, 2011
1 parent c7976e8 commit 5cf10bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions debian/logrotate
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/var/log/dropmail.log {
weekly
rotate 52
compress
missingok
delaycompress
notifempty
}

0 comments on commit 5cf10bc

Please sign in to comment.