X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c38cfacc4f2cdb7a9e702d0b7b46978089413677..e5f72228d92e58406b43c2a772737535041d28c0:/wolnelektury-celery.conf.template?ds=inline

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