Jan Dittberner
3fd146215f
This commit renames the roots directory to states because it contains salt states.
7 lines
134 B
Bash
7 lines
134 B
Bash
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
. {{ home }}/gvasettings.sh
|
|
cd {{ appdir }}
|
|
{{ virtualenv }}/bin/celery worker -A gvaldap -Q ldap --loglevel=INFO
|