summaryrefslogtreecommitdiff
path: root/app-misc/beanstalkd/files/conf-1.4.2
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/beanstalkd/files/conf-1.4.2')
-rw-r--r--app-misc/beanstalkd/files/conf-1.4.218
1 files changed, 18 insertions, 0 deletions
diff --git a/app-misc/beanstalkd/files/conf-1.4.2 b/app-misc/beanstalkd/files/conf-1.4.2
new file mode 100644
index 00000000000..f7e517f7706
--- /dev/null
+++ b/app-misc/beanstalkd/files/conf-1.4.2
@@ -0,0 +1,18 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+BEANSTALKD_BINARY="/usr/bin/beanstalkd"
+PIDFILE="/var/run/beanstalkd.pid"
+
+# User to run as
+USER="beanstalk"
+
+# Port to listen on
+PORT="11300"
+
+# Address to listen on
+ADDR="127.0.0.1"
+
+# Datadir (where to store queue)
+DATADIR="/var/lib/beanstalkd"