initial import
This commit is contained in:
8
pgbouncer/pgbouncer.logrotate
Normal file
8
pgbouncer/pgbouncer.logrotate
Normal file
@@ -0,0 +1,8 @@
|
||||
/var/log/pgbouncer/pgbouncer.log {
|
||||
copytruncate
|
||||
missingok
|
||||
notifempty
|
||||
postrotate
|
||||
/bin/kill -HUP $(cat /run/pgbouncer/pgbouncer.pid 2>/dev/null) 2> /dev/null || true
|
||||
endscript
|
||||
}
|
||||
Reference in New Issue
Block a user