diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-02-20 11:27:11 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-02-20 11:27:17 +0000 |
commit | e6de48d4857379d7e1d83c13a661503dd47fda0a (patch) | |
tree | 2e11e2692633604d64034a25c3f722750e864c6e /testing/pgbouncer/pgbouncer.logrotate | |
parent | 57241d9646f1db85174c810c86fe40b5daa1e65f (diff) | |
download | aports-e6de48d4857379d7e1d83c13a661503dd47fda0a.tar.bz2 aports-e6de48d4857379d7e1d83c13a661503dd47fda0a.tar.xz |
testing/pgbouncer: new aport. Fixes #6766
Diffstat (limited to 'testing/pgbouncer/pgbouncer.logrotate')
-rw-r--r-- | testing/pgbouncer/pgbouncer.logrotate | 7 |
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 |