blob: 3ea8c865125e85fb3e1bb8d3647fb7f2cac24cd3 (
plain)
1
2
3
4
5
6
7
8
9
|
# 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"
STOP_OPTS=" -m fast"
|