diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-02 00:59:53 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-02 01:01:45 +0200 |
commit | 88d64be07ce0458bb0a8cd4e40ae2c06fbe2c4bb (patch) | |
tree | 5a1db6dc08114d137ecd0feab6c6aa90917a1856 /community/pgbouncer/pgbouncer.logrotate | |
parent | 536fc9dbe00a90566b1d08a7252dbe9b098c3cba (diff) | |
download | aports-88d64be07ce0458bb0a8cd4e40ae2c06fbe2c4bb.tar.bz2 aports-88d64be07ce0458bb0a8cd4e40ae2c06fbe2c4bb.tar.xz |
community/pgbouncer: move from testing
Diffstat (limited to 'community/pgbouncer/pgbouncer.logrotate')
-rw-r--r-- | community/pgbouncer/pgbouncer.logrotate | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/community/pgbouncer/pgbouncer.logrotate b/community/pgbouncer/pgbouncer.logrotate new file mode 100644 index 0000000000..78b82510d3 --- /dev/null +++ b/community/pgbouncer/pgbouncer.logrotate @@ -0,0 +1,7 @@ +/var/log/pgbouncer/pgbouncer.log { + missingok + sharedscripts + postrotate + /etc/init.d/pgbouncer --quiet --ifstarted reload + endscript +} |