Statistics
| Branch: | Tag: | Revision:

root / init_scripts / beanstalkd_config @ 8f17dc8f

History | View | Annotate | Download (335 Bytes)

1
## Defaults for the beanstalkd init script, /etc/init.d/beanstalkd on
2
## Debian systems. Append ``-b /var/lib/beanstalkd'' for persistent
3
## storage.
4
BEANSTALKD_LISTEN_ADDR=127.0.0.1
5
BEANSTALKD_LISTEN_PORT=11300
6
DAEMON_OPTS="-l $BEANSTALKD_LISTEN_ADDR -p $BEANSTALKD_LISTEN_PORT"
7

    
8
## Uncomment to enable startup during boot.
9
START=yes