From fa7e16fc9d97d083f7c5683a8ddb45e8cca972a9 Mon Sep 17 00:00:00 2001 From: Albert Santoni Date: Tue, 23 Jun 2015 11:54:08 -0400 Subject: [PATCH] Added celery user creation to README --- python_apps/airtime-celery/README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/python_apps/airtime-celery/README.rst b/python_apps/airtime-celery/README.rst index f079f78f6..2065435d2 100644 --- a/python_apps/airtime-celery/README.rst +++ b/python_apps/airtime-celery/README.rst @@ -7,6 +7,7 @@ Communication and the Celery results backend are both handled with amqp (RabbitM Installation ============ + $ sudo adduser --system --no-create-home --disabled-login --disabled-password --group celery $ sudo python setup.py install Each instance of airtime-celery has its own worker, and multiple instances can be run in parallel.