diff options
| author | Liguros - Gitlab CI/CD [master] <gitlab@liguros.net> | 2021-01-17 23:35:33 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [master] <gitlab@liguros.net> | 2021-01-17 23:35:33 +0000 |
| commit | 8e8120eabdd28020aa69c7a60505cce2edd20adc (patch) | |
| tree | 061bf0acdc672720e0bc3a2d575f67d25aedb2d8 /dev-python/celery/files/celery.confd-r2 | |
| parent | c16790af2c9b4cbc38e565d4311252193ff85484 (diff) | |
| download | baldeagleos-repo-21.1.2.tar.gz baldeagleos-repo-21.1.2.tar.xz baldeagleos-repo-21.1.2.zip | |
Updating liguros repo21.1.2
Diffstat (limited to 'dev-python/celery/files/celery.confd-r2')
| -rw-r--r-- | dev-python/celery/files/celery.confd-r2 | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/dev-python/celery/files/celery.confd-r2 b/dev-python/celery/files/celery.confd-r2 deleted file mode 100644 index d5ba2f7c9951..000000000000 --- a/dev-python/celery/files/celery.confd-r2 +++ /dev/null @@ -1,51 +0,0 @@ -# /etc/conf.d/celery - -############################################################################## -# GLOBAL CONFIGURATION - -# User and group -#CELERY_USER="celery" -#CELERY_GROUP="celery" - -# This is generaly a good idea to set the environment correctly -# because a lot of python package try to use HOME on init -#export HOME="/var/lib/myproject" - -# Full path to the python project directory. -#CELERY_PROJDIR="/var/lib/myproject" - -############################################################################## -# CELERYD - -# Start the Celery worker daemon -#CELERYD_ENABLED="yes" - -# celeryd notes -#CELERYD_NODES="celery" - -# celeryd options -# Example: set a 5 minute hard time limit for tasks, disable queue process prefetching and specify an app module from CELERY_PROJDIR -#CELERYD_OPTS="--time-limit=300 -Ofair -A celeryapp" - -# Location and level of the celeryd log file -#CELERYD_LOG_FILE=/var/log/celery/celeryd@%n.log -#CELERYD_LOG_LEVEL="INFO" - -# Location of the celeryd pid file -#CELERYD_PID_FILE=/run/celery/celeryd@%n.pid - -############################################################################## -# CELERYBEAT - -# Start the Celery task scheduler daemon -#CELERYBEAT_ENABLED="yes" - -# celerybeat options -#CELERYBEAT_OPTS="" - -# Location and level of the celerybeat log file -#CELERYBEAT_LOG_FILE=/var/log/celery/celerybeat.log -#CELERYBEAT_LOG_LEVEL="INFO" - -# Location of the celerybeat pid file -#CELERYBEAT_PID_FILE=/run/celery/celerybeat.pid |
