blob: b58737773a1652b169c6ba2a8e2158edddd005d5 (
plain)
1
2
3
4
5
6
7
8
9
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
/var/log/openerp/*.log {
monthly
create 660 openerp openerp
missingok
copytruncate
}
|