README 742 B

1234567891011121314151617181920212223
  1. $OpenBSD: README,v 1.5 2012/04/22 11:41:55 ajacoutot Exp $
  2. +-----------------------------------------------------------------------
  3. | Running ${FULLPKGNAME} on OpenBSD
  4. +-----------------------------------------------------------------------
  5. Post-installation steps
  6. =======================
  7. 1. Carefully edit ${SYSCONFDIR}/pgbouncer/pgbouncer.ini and
  8. ${SYSCONFDIR}/pgbouncer/userlist.txt to fit your needs.
  9. 2. Launch pgbouncer in foreground mode to see if everything
  10. is ok:
  11. # install -d -o _pgbouncer /var/run/pgbouncer
  12. # pgbouncer -u _pgbouncer ${SYSCONFDIR}/pgbouncer/pgbouncer.ini
  13. 3. Launch pgbouncer with ${RCDIR}/pgbouncer start
  14. Random hints
  15. ============
  16. Check /var/log/pgbouncer/pgbouncer.log if something goes wrong.