aboutsummaryrefslogtreecommitdiffstats
path: root/community/beanstalkd/beanstalkd.confd
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-25 07:34:47 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-25 07:55:48 +0000
commit9994bb8b5c328ba14a44119d774fba884c74faaa (patch)
tree3726d173a73a435b6b1551bff8cd6962c541ec83 /community/beanstalkd/beanstalkd.confd
parentde9872306f88b5f382d832d9ba200443364b5697 (diff)
downloadaports-9994bb8b5c328ba14a44119d774fba884c74faaa.tar.bz2
aports-9994bb8b5c328ba14a44119d774fba884c74faaa.tar.xz
community/beanstalkd: moved from testing
Diffstat (limited to 'community/beanstalkd/beanstalkd.confd')
-rw-r--r--community/beanstalkd/beanstalkd.confd21
1 files changed, 21 insertions, 0 deletions
diff --git a/community/beanstalkd/beanstalkd.confd b/community/beanstalkd/beanstalkd.confd
new file mode 100644
index 0000000000..47a42c75c1
--- /dev/null
+++ b/community/beanstalkd/beanstalkd.confd
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/beanstalkd/files/conf-1.9,v 1.1 2014/03/31 06:34:28 patrick Exp $
+
+BEANSTALKD_BINARY="/usr/bin/beanstalkd"
+PIDFILE="/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"
+
+# Max job size
+JOB_SIZE="65536"