# Customized settings for pgpool

# run as user:group
PGPOOLUID=pgpool
PGPOOLGID=pgpool

# these are default locations (as well as /etc/pcp.conf)
PGPOOLCONF=/etc/pgpool.conf
PGPOOLHBA=/etc/pool_hba.conf

SHUTDOWN_MODE=smart

# Options for pgpool
# -n: don't run in daemon mode; does not detach control TTY
# -d: debug mode; lots of debug information will be printed
#OPTS=" -d -n"
