Package logrotate script

This commit is contained in:
2025-01-15 01:34:04 -05:00
parent ab7381f0ca
commit 0cd1fe0148
6 changed files with 10 additions and 4 deletions

10
logrotate/pgmon.logrotate Normal file
View File

@@ -0,0 +1,10 @@
/var/log/pgmon/*.log {
daily
missingok
rotate 7
compress
delaycompress
copytruncate
notifempty
maxsize 1G
}