summaryrefslogtreecommitdiff
blob: b5293abda33efba55f8de292f0227b5854e6783b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/beanstalkd/files/conf,v 1.1 2008/08/15 21:24:35 caleb Exp $

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"