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:
parent
4c89287c3d
commit
52628d64a4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user