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
|
||||
|
||||
. /home/gvafile/gvafile-venv/bin/activate
|
||||
cd /srv/gvafile/gvafile
|
||||
celery -A fileservertasks worker -Q file -l info
|
||||
QUEUE=file
|
||||
TASKS=fileservertasks
|
||||
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