opnsense-ports/databases/pgpool-II-40/pkg-message
Franco Fichtner d5bce9b18d */*: sync with upstream
Taken from: HardenedBSD
2018-11-17 14:24:46 +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.