From 52628d64a4c96366489c110dbf83ebb41b5d69f7 Mon Sep 17 00:00:00 2001 From: Jim Campbell Date: Tue, 19 May 2015 01:54:50 -0500 Subject: docs: Set paster service to start before celery 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/source') diff --git a/docs/source/siteadmin/production-deployments.rst b/docs/source/siteadmin/production-deployments.rst index 9174f2fb..add2cd87 100644 --- a/docs/source/siteadmin/production-deployments.rst +++ b/docs/source/siteadmin/production-deployments.rst @@ -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 -- cgit v1.2.3