aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/pgpool2/pgpool2/pgpool.sysconfig
blob: ea13089b7b8dfcbd96d8025d83d4405a4637bc69 (plain)
1
2
3
4
5
6
7
# 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"
OPTS=" -n"