summaryrefslogtreecommitdiff
path: root/pcr-testing/beanstalkd/beanstalkd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'pcr-testing/beanstalkd/beanstalkd.conf')
-rw-r--r--pcr-testing/beanstalkd/beanstalkd.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/pcr-testing/beanstalkd/beanstalkd.conf b/pcr-testing/beanstalkd/beanstalkd.conf
new file mode 100644
index 000000000..d7a89d199
--- /dev/null
+++ b/pcr-testing/beanstalkd/beanstalkd.conf
@@ -0,0 +1,11 @@
+## Defaults for the beanstalkd init script
+## e.g. /etc/init.d/beanstalkd
+## /usr/lib/systemd/system/beanstalkd.service
+
+BEANSTALKD_LISTEN_ADDR=127.0.0.1
+BEANSTALKD_LISTEN_PORT=11300
+
+# You can use BEANSTALKD_EXTRA to pass additional options.
+# See beanstalkd(1) for a list of the available options.
+# Uncomment the following line for persistent job storage.
+#BEANSTALKD_EXTRA="-b /var/lib/beanstalkd"