View | Details | Raw Unified | Return to bug 248786
Collapse All | Expand All

(-)/usr/local/etc/rc.d/pgpool 2020-08-19 23:49:32.918307000 -0600 (+2 lines)
Lines 18-23 Link Here
18
# pgpool_pcp (file):           Set location of your pcp conf file.
18
# pgpool_pcp (file):           Set location of your pcp conf file.
19
#               Default is "/usr/local/etc/pcp.conf"
19
#               Default is "/usr/local/etc/pcp.conf"
20
# pgpool_user (uid):            User ID to run as (default nobody)
20
# pgpool_user (uid):            User ID to run as (default nobody)
21
# pgpool_flags (string):        Flags pass to the program.
21
# pgpool_stop_mode (string):    Shutdown mode
22
# pgpool_stop_mode (string):    Shutdown mode
22
#                               Default is "smart"
23
#                               Default is "smart"
23
#                               Possibilities are "smart", "fast", or "immediate"
24
#                               Possibilities are "smart", "fast", or "immediate"
Lines 35-40 Link Here
35
: ${pgpool_hba="/usr/local/etc/pool_hba.conf"}
36
: ${pgpool_hba="/usr/local/etc/pool_hba.conf"}
36
: ${pgpool_pcp="/usr/local/etc/pcp.conf"}
37
: ${pgpool_pcp="/usr/local/etc/pcp.conf"}
37
: ${pgpool_user="nobody"}
38
: ${pgpool_user="nobody"}
39
: ${pgpool_flags=""}
38
: ${pgpool_stop_mode="smart"}
40
: ${pgpool_stop_mode="smart"}
39
command="/usr/local/bin/pgpool"
41
command="/usr/local/bin/pgpool"

Return to bug 248786