mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-17 05:05:14 +03:00
4 lines
136 B
Bash
4 lines
136 B
Bash
CELERY_USER=celery
|
|
CELERY_LOG=/var/log/celery.log
|
|
CELERY_REDIR="1>/dev/null 2>> ${CELERY_LOG}"
|
|
CELERY_OPTS="-A celeryapp $CELERY_REDIR"
|