docs: Set paster service to start before celery
authorJim Campbell <jcampbell@gnome.org>
Tue, 19 May 2015 06:54:50 +0000 (01:54 -0500)
committerJim Campbell <jcampbell@gnome.org>
Tue, 19 May 2015 06:54:50 +0000 (01:54 -0500)
For some reason, celery wouldn't start if I started it first.
Setting paster to start first. Celery starts just fine on initial run
after paster is running.

docs/source/siteadmin/production-deployments.rst

index 9174f2fbe8488a8d21cfcb3ccd4daaf24e084caf..add2cd8711c006c216005becdd9ac606bd57313e 100644 (file)
@@ -129,7 +129,8 @@ Enable these processes to start at boot by entering::
 
 Start the processes for the current session with::
 
-    sudo systemctl start mediagoblin-celeryd.service && sudo systemctl start mediagoblin-paster.service
+    sudo systemctl start mediagoblin-paster.service
+    sudo systemctl start mediagoblin-celeryd.service
 
 
 If either command above gives you an error, you can investigate the cause of