pgbouncer clean up

This commit is contained in:
rjawor 2015-08-18 11:53:26 +02:00
parent 2e3ad379bd
commit fa4d34ea5e
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -2,4 +2,6 @@ build/
concordia.cfg
index/
scripts/concordia-server.PID
db/pgbouncer.log
db/pgbouncer.pid

View File

@ -1,3 +1,3 @@
#!/bin/sh
pgbouncer pgbouncer.ini
pgbouncer pgbouncer.ini 2> pgbouncer.log &