summaryrefslogtreecommitdiff
blob: afb20c66d479fe85e25376f78b01cf79ea99d7f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

/var/log/mysql/mysql.err /var/log/mysql/mysql.log /var/log/mysql/mysqld.err {
monthly
create 660 mysql mysql
notifempty
size 5M
sharedscripts
missingok
postrotate
[ -f /var/run/mysqld/mysqld.pid ] && /bin/kill -HUP `cat /var/run/mysqld/mysqld.pid`
endscript
}