daemonizing.rst 433 B

12345678910111213
  1. =============================
  2. Running celeryd as a daemon
  3. =============================
  4. Celery is not a daemon by itself. When run in production it should use
  5. an appropriate daemonizing tool on the platform.
  6. For example start-up scripts see ``contrib/debian/init.d`` for using
  7. ``start-stop-daemon`` on Debian/Ubuntu, or ``contrib/mac/org.celeryq.*`` for using
  8. ``launchd`` on Mac OS X.
  9. .. _`supervisord`: http://supervisord.org/