celeryd.sysconfig 531 B

123456789101112131415161718192021
  1. # Passed into celeryd multi
  2. #CELERYD="-m celery.bin.celeryd_detach"
  3. # Path to the celerd multi
  4. #CELERYD_MULTI="/usr/bin/celeryd-multi"
  5. # Sets the verbosity of the celeryd logging.
  6. #CELERYD_LOG_LEVEL="INFO"
  7. # Define the loader that celeryd should use for loading in configs.
  8. #CELERY_LOADER=""
  9. # User and group information for directories
  10. #CELERYD_USER="celery"
  11. #CELERYD_GROUP="celery"
  12. # Default arguments to be passed into celeryd.
  13. #CELERYD_OPTS=""
  14. # Change to this directory first before launching celeryd.
  15. #CELERYD_CHDIR=""