aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pgbouncer/pgbouncer.logrotate
blob: 9617eafa66b092f68cdb3b68fc25c5db3ad4952c (plain)
1
2
3
4
5
6
7
/var/log/pgbouncer/pgbouncer.log {
	missingok
	sharedscripts
	postrotate
		/etc/init.d/pgbouncer -q reload
	endscript
}