]> git.donarmstrong.com Git - wannabuild.git/blob - etc/logrotate.conf
remove create-db-option (it's a noop anyways)
[wannabuild.git] / etc / logrotate.conf
1 /srv/wanna-build/db/merge.*.log {
2        weekly
3        rotate 30
4        size 50M
5        copytruncate
6        delaycompress
7        compress
8        notifempty
9        missingok
10        create 640 wbadm wbadm
11 }
12