summaryrefslogtreecommitdiff
blob: 8c65cea454d42baffd4c7331f2359115cf4d8745 (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/openerp/files/openerp.logrotate,v 1.1 2012/10/30 09:27:35 patrick Exp $

/var/log/openerp/*.log {
 monthly
 create 660 openerp openerp
 missingok
 copytruncate
}