From: Bryan Date: Sun, 29 Dec 2013 05:23:18 +0000 (-0500) Subject: making fabfile consistent by replacing celery[d]? with celery X-Git-Tag: release-20150131~351 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fcb5c95b7e6d5a4553f747db3c773aebb95ea6f8;p=oweals%2Fkarmaworld.git making fabfile consistent by replacing celery[d]? with celery --- diff --git a/fabfile.py b/fabfile.py index 67f4402..e599976 100644 --- a/fabfile.py +++ b/fabfile.py @@ -135,7 +135,7 @@ def supervisorctl(action, process): @task -def start_celeryd(): +def start_celery(): """ Starts the celeryd process """ @@ -143,7 +143,7 @@ def start_celeryd(): @task -def stop_celeryd(): +def stop_celery(): """ Stops the celeryd process """