daemonizing.rst 689 B

123456789101112131415161718192021222324252627282930313233343536
  1. =============================
  2. Running celeryd as a daemon
  3. =============================
  4. Celery does not daemonize itself, please use one of the following
  5. daemonization tools.
  6. .. contents::
  7. :local:
  8. start-stop-daemon
  9. =================
  10. * `contrib/debian/init.d/`_
  11. .. _`contrib/debian/init.d/`:
  12. http://github.com/ask/celery/tree/master/contrib/debian/
  13. `supervisord`_
  14. ==============
  15. * `contrib/supervisord/`_
  16. .. _`contrib/supervisord/`:
  17. http://github.com/ask/celery/tree/master/contrib/supervisord/
  18. .. _`supervisord`: http://supervisord.org/
  19. launchd (OS X)
  20. ==============
  21. * `contrib/mac/`_
  22. .. _`contrib/mac/`:
  23. http://github.com/ask/celery/tree/master/contrib/mac/