archrelease: copy trunk to extra-x86_64
[arch-packages.git] / pgbouncer / trunk / pgbouncer.logrotate
blob2037875eb15b1721580c3d02a2d548e2495ae6b1
1 /var/log/pgbouncer/pgbouncer.log {
2    copytruncate
3    missingok
4    notifempty
5    postrotate
6       /bin/kill -HUP $(cat /run/pgbouncer/pgbouncer.pid 2>/dev/null) 2> /dev/null || true
7    endscript