slackbuilds/system/postgresql/postgresql.logrotate

10 lines
137 B
Plaintext

/var/log/postgresql-@PG_VERSION@ {
daily
rotate 7
copytruncate
delaycompress
compress
notifempty
missingok
}