You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/beanstalkd/files/conf-1.4.2

18 lines
356 B

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
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"