From 9bce3e685090d06e0a925498a2df55998ac7b090 Mon Sep 17 00:00:00 2001 From: Duncan Sommerville Date: Tue, 23 Jun 2015 15:11:53 -0400 Subject: [PATCH] Remove user creation from airtime-celery README, automated in setup --- python_apps/airtime-celery/README.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/python_apps/airtime-celery/README.rst b/python_apps/airtime-celery/README.rst index 2188ca343..78df52a42 100644 --- a/python_apps/airtime-celery/README.rst +++ b/python_apps/airtime-celery/README.rst @@ -7,7 +7,6 @@ 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.