Package logrotate script
This commit is contained in:
10
logrotate/pgmon.logrotate
Normal file
10
logrotate/pgmon.logrotate
Normal file
@@ -0,0 +1,10 @@
|
||||
/var/log/pgmon/*.log {
|
||||
daily
|
||||
missingok
|
||||
rotate 7
|
||||
compress
|
||||
delaycompress
|
||||
copytruncate
|
||||
notifempty
|
||||
maxsize 1G
|
||||
}
|
||||
Reference in New Issue
Block a user