blob: 87fa0b4ae5f83848f49b9b6a9d1522a0e3d71c92 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[
{ type: install
message: <<EOM
In order to start pgpool you need some more configuration:
# sysrc pgpool_user="root"
# service pgpool enable
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.
EOM
}
]
|