File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -158,26 +158,17 @@ Available options
158158* CELERYBEAT_GROUP
159159 Group to run celeryd as. Default is current user.
160160
161- `supervisord `_
162- ==============
163-
164- * `contrib/supervisord/ `_
165-
166- .. _`contrib/supervisord/` :
167- http://github.com/ask/celery/tree/master/contrib/supervisord/
168- .. _`supervisord` : http://supervisord.org/
169-
170- Trobuleshooting
161+ Troubleshooting
171162---------------
172163
173- If you can't get the init scripts to work you should try running
164+ If you can't get the init scripts to work, you should try running
174165them in *verbose mode *::
175166
176167 $ sh -x /etc/init.d/celeryd start
177168
178169This can reveal hints as to why the service won't start.
179170
180- Also you will see the commands generated, you can try to run the celeryd
171+ Also you will see the commands generated, so you can try to run the celeryd
181172command manually to read the resulting error output.
182173
183174For example my ``sh -x `` output does this::
@@ -194,6 +185,15 @@ actual resulting output::
194185 -f /var/log/celeryd.log -l INFO
195186
196187
188+ `supervisord `_
189+ ==============
190+
191+ * `contrib/supervisord/ `_
192+
193+ .. _`contrib/supervisord/` :
194+ http://github.com/ask/celery/tree/master/contrib/supervisord/
195+ .. _`supervisord` : http://supervisord.org/
196+
197197launchd (OS X)
198198==============
199199
You can’t perform that action at this time.
0 commit comments