aboutsummaryrefslogtreecommitdiffstats
path: root/testing/celery/celery.confd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/celery/celery.confd')
-rw-r--r--testing/celery/celery.confd4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/celery/celery.confd b/testing/celery/celery.confd
new file mode 100644
index 0000000000..664ec4a84d
--- /dev/null
+++ b/testing/celery/celery.confd
@@ -0,0 +1,4 @@
+CELERY_USER=celery
+CELERY_LOG=/var/log/celery.log
+CELERY_REDIR="1>/dev/null 2>> ${CELERY_LOG}"
+CELERY_OPTS="-A celeryapp -B --loglevel=info $CELERY_REDIR"