Unify with gvaldap
This commit is contained in:
parent
f97fb6f700
commit
a04d5b754f
1 changed files with 7 additions and 3 deletions
10
gvafile.sh
10
gvafile.sh
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
. /home/gvafile/gvafile-venv/bin/activate
|
QUEUE=file
|
||||||
cd /srv/gvafile/gvafile
|
TASKS=fileservertasks
|
||||||
celery -A fileservertasks worker -Q file -l info
|
APP=gvafile
|
||||||
|
|
||||||
|
. "/srv/${APP}/.venv/bin/activate"
|
||||||
|
cd /srv/${APP}/${APP}
|
||||||
|
celery -A "${TASKS}" worker -Q "${QUEUE}" -l info
|
||||||
|
|
Loading…
Reference in a new issue