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.
This commit is contained in:
Jim Campbell 2015-05-19 01:54:50 -05:00
parent 4c89287c3d
commit 52628d64a4

View 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