2015-01-21 18:00:07 +08:00
|
|
|
# vim: sts=2 ts=2 sw=2 et ai
|
2015-01-01 19:57:08 +01:00
|
|
|
logrotate:
|
2015-01-22 19:35:58 +08:00
|
|
|
lookup:
|
2015-03-13 12:19:23 +00:00
|
|
|
pkg: logrotate
|
|
|
|
service: crond
|
2015-01-21 18:00:07 +08:00
|
|
|
jobs:
|
2015-03-13 12:19:23 +00:00
|
|
|
/tmp/var/log/mysql/error:
|
|
|
|
- weekly
|
|
|
|
- missingok
|
|
|
|
- rotate 52
|
|
|
|
- compress
|
|
|
|
- delaycompress
|
|
|
|
- notifempty
|
|
|
|
- create 640 root adm
|
|
|
|
- sharedscripts
|