mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
5 lines
155 B
Plaintext
5 lines
155 B
Plaintext
CELERY_USER=celery
|
|
CELERY_LOG=/var/log/celery.log
|
|
CELERY_REDIR="1>/dev/null 2>> ${CELERY_LOG}"
|
|
CELERY_OPTS="-A celeryapp -B --loglevel=info $CELERY_REDIR"
|