wok-next view postgresql/stuff/etc/logrotate.d/postgresql @ rev 12645

mousepad: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 29 23:12:11 2012 +0200 (2012-04-29)
parents
children
line source
1 /var/log/postgresql/postgres.log {
2 daily
3 rotate 10
4 copytruncate
5 delaycompress
6 compress
7 notifempty
8 create 640 postgres postgres
9 }