summaryrefslogtreecommitdiffstats
path: root/testing/slony1/slony1.confd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/slony1/slony1.confd')
-rw-r--r--testing/slony1/slony1.confd12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/slony1/slony1.confd b/testing/slony1/slony1.confd
new file mode 100644
index 000000000..07822329a
--- /dev/null
+++ b/testing/slony1/slony1.confd
@@ -0,0 +1,12 @@
+# /etc/conf.d/slony1:
+# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/files/slony1.conf,v 1.2 2007/03/07 23:18:21 nakano Exp $
+
+# Configuration file for /etc/init.d/slony1
+
+USER=postgres
+CLUSTER=your_cluster_name
+DBUSER=postgres
+DBNAME=your_database_name
+DBHOST=localhost
+LOGFILE=/var/lib/postgresql/data/slony1.log
+LOGLEVEL=1 # 1(minimum)..4(maximum)