Jan Dittberner
7ec29b9ce2
This commit refactors to gnuviechadmin.base state by moving the Django specific parts into gnuviechadmin.django that is now used by gnuviechadmin.gvaldap and gnuviechadmin.webinterface. The script templates gnuviechadmin/gvafile/run_celery.sh and gnuviechadmin/gvafile/settings.sh have been added.
7 lines
134 B
Bash
7 lines
134 B
Bash
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
. {{ home }}/gvasettings.sh
|
|
cd {{ appdir }}
|
|
{{ virtualenv }}/bin/celery worker -A gvafile -Q file --loglevel=INFO
|