X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c38cfacc4f2cdb7a9e702d0b7b46978089413677..05654e3a2f44de8dd901651b0a74e6f4eda980be:/wolnelektury-celery.conf.template

diff --git a/wolnelektury-celery.conf.template b/wolnelektury-celery.conf.template
index c262c4170..d36a08a8f 100644
--- a/wolnelektury-celery.conf.template
+++ b/wolnelektury-celery.conf.template
@@ -4,8 +4,8 @@
 ; =========================================
 
 [program:celery.%(project_name)s]
-command=%(path)s/ve/bin/python %(path)s/releases/current/%(project_name)s/manage.py celeryd --loglevel=INFO
-directory=%(path)s/releases/current/%(project_name)s
+command=%(path)s/ve/bin/celery -A wolnelektury worker -l info
+directory=%(path)s/releases/current/
 user=%(user)s
 numprocs=2
 process_name=wolnelektury-celery-%%(process_num)d