opnsense-ports/databases/pgpool/pkg-message
Franco Fichtner 465481a97b */*: sync with upstream
Taken from: FreeBSD
2015-11-15 10:51:01 +01:00

9 lines
315 B
Text

In order to start pgpool you need some more configuration:
# sysrc -f /etc/rc.conf pgpool_enable="YES"
# sysrc -f /etc/rc.conf pgpool_user="root"
Please consider the usage of another user. The user is
required to have read/write access to /var/run/pgpool.
Using the root user is - as always - an security issue.