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, 0 insertions, 7 deletions
diff --git a/testing/pgbouncer/pgbouncer.logrotate b/testing/pgbouncer/pgbouncer.logrotate
deleted file mode 100644
index 78b82510d3..0000000000
--- a/testing/pgbouncer/pgbouncer.logrotate
+++ /dev/null
@@ -1,7 +0,0 @@
-/var/log/pgbouncer/pgbouncer.log {
- missingok
- sharedscripts
- postrotate
- /etc/init.d/pgbouncer --quiet --ifstarted reload
- endscript
-}