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

diff --git a/wolnelektury-celery.conf.template b/wolnelektury-celery.conf.template
index c5d24a4ca..67ac74aa7 100644
--- a/wolnelektury-celery.conf.template
+++ b/wolnelektury-celery.conf.template
@@ -3,12 +3,12 @@
 ; Put this in /etc/supervisor/conf.d
 ; =========================================
 
-[program:%(project_name)s-celery]
+[program:celery.%(project_name)s]
 command=%(path)s/bin/python %(path)s/releases/current/%(project_name)s/manage.py celeryd --loglevel=INFO
 directory=%(path)s/releases/current/%(project_name)s
 user=%(user)s
 numprocs=2
-process_name=wolnelektury-celery-%%(process_num)
+process_name=wolnelektury-celery-%%(process_num)d
 stdout_logfile=%(path)s/celeryd.log
 stderr_logfile=%(path)s/celeryd.log
 autostart=true