1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-17 05:05:14 +03:00
aports/testing/celery/celery.confd
psykose 95a5a1b12b testing/celery: remove unrecognised/unneeded args from init.d
these are passed to e.g. `celery worker` so should be added manually
2023-01-16 12:27:47 +01:00

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"