aboutsummaryrefslogtreecommitdiffstats
path: root/community/pgbouncer/pgbouncer.confd
diff options
context:
space:
mode:
Diffstat (limited to 'community/pgbouncer/pgbouncer.confd')
-rw-r--r--community/pgbouncer/pgbouncer.confd19
1 files changed, 19 insertions, 0 deletions
diff --git a/community/pgbouncer/pgbouncer.confd b/community/pgbouncer/pgbouncer.confd
new file mode 100644
index 0000000000..c5408bbe31
--- /dev/null
+++ b/community/pgbouncer/pgbouncer.confd
@@ -0,0 +1,19 @@
+# Configuration file for /etc/init.d/pgbouncer
+
+# Location of configuration file for PgBouncer.
+#cfgfile="/etc/pgbouncer/pgbouncer.ini"
+
+# The user to run PgBouncer as.
+#user=pgbouncer
+
+# The group to run PgBouncer as.
+#group=postgresql
+
+# How long to wait in seconds for a safe shutdown. Equivalent to
+# issuing 'PAUSE;' and 'SHUTDOWN;' on psql console. See pgbouncer(1).
+#nice_timeout=60
+
+# Set to 'yes' to perform an immediate shutdown if the nice shutdown
+# doesn't work. Same as issuing 'SHUTDOWN;' on console. See pgbouncer(1).
+#force_quit=="no"
+#force_quit_timeout=2