blob: 6d4365121902e021c8395908d2f1ab977a14e48d [file] [log] [blame]
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
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"