diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-06-24 13:35:44 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-06-24 13:35:48 +0000 |
commit | a43164fdf714535edbd6c83f467eb41c123ba37f (patch) | |
tree | f196a4bb03f98158c2138adb83ebce24783039d1 /testing/beanstalkd/beanstalkd.confd | |
parent | 49ffc7a9a06911b8b05a9b011195e42072bd279d (diff) | |
download | aports-a43164fdf714535edbd6c83f467eb41c123ba37f.tar.bz2 aports-a43164fdf714535edbd6c83f467eb41c123ba37f.tar.xz |
testing/beanstalkd: new aport. Fixes #5743
Diffstat (limited to 'testing/beanstalkd/beanstalkd.confd')
-rw-r--r-- | testing/beanstalkd/beanstalkd.confd | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/testing/beanstalkd/beanstalkd.confd b/testing/beanstalkd/beanstalkd.confd new file mode 100644 index 0000000000..47a42c75c1 --- /dev/null +++ b/testing/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" |