Lines 13-18
Link Here
|
13 |
# Set it to YES to enable pgpool. |
13 |
# Set it to YES to enable pgpool. |
14 |
# pgpool_conf (file): Set location of your config. |
14 |
# pgpool_conf (file): Set location of your config. |
15 |
# Default is "%%PREFIX%%/etc/pgpool.conf" |
15 |
# Default is "%%PREFIX%%/etc/pgpool.conf" |
|
|
16 |
# pgpool_user (uid): User ID to run as (default nobody) |
16 |
# |
17 |
# |
17 |
|
18 |
|
18 |
. %%RC_SUBR%% |
19 |
. %%RC_SUBR%% |
Lines 24-29
Link Here
|
24 |
|
25 |
|
25 |
: ${pgpool_enable="NO"} |
26 |
: ${pgpool_enable="NO"} |
26 |
: ${pgpool_conf="%%PREFIX%%/etc/pgpool.conf"} |
27 |
: ${pgpool_conf="%%PREFIX%%/etc/pgpool.conf"} |
|
|
28 |
: ${pgpool_user="nobody"} |
27 |
|
29 |
|
28 |
command="%%PREFIX%%/bin/pgpool" |
30 |
command="%%PREFIX%%/bin/pgpool" |
29 |
command_args="-f ${pgpool_conf}" |
31 |
command_args="-f ${pgpool_conf}" |