aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pgbouncer/pgbouncer.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'testing/pgbouncer/pgbouncer.logrotate')
-rw-r--r--testing/pgbouncer/pgbouncer.logrotate7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/pgbouncer/pgbouncer.logrotate b/testing/pgbouncer/pgbouncer.logrotate
new file mode 100644
index 0000000000..9617eafa66
--- /dev/null
+++ b/testing/pgbouncer/pgbouncer.logrotate
@@ -0,0 +1,7 @@
+/var/log/pgbouncer/pgbouncer.log {
+ missingok
+ sharedscripts
+ postrotate
+ /etc/init.d/pgbouncer -q reload
+ endscript
+} \ No newline at end of file