1# Options for pgpool
2
3# -n: don't run in daemon mode. does not detatch control tty
4# -d: debug mode. lots of debug information will be printed
5
6#OPTS=" -d -n"
7OPTS=" -n"
8