$OpenBSD: README,v 1.6 2018/09/04 12:46:10 espie Exp $

+-----------------------------------------------------------------------
| Running pgbouncer on OpenBSD
+-----------------------------------------------------------------------

Post-installation steps
=======================
1. Carefully edit /etc/pgbouncer/pgbouncer.ini and 
   /etc/pgbouncer/userlist.txt to fit your needs.

2. Launch pgbouncer in foreground mode to see if everything 
   is ok:

   # install -d -o _pgbouncer /var/run/pgbouncer
   # pgbouncer -u _pgbouncer /etc/pgbouncer/pgbouncer.ini

3. Launch pgbouncer with /etc/rc.d/pgbouncer start

Random hints
============
Check /var/log/pgbouncer/pgbouncer.log if something goes wrong.
