Updated fabfile

This commit is contained in:
2011-02-17 22:35:21 +00:00
parent d364b5a65d
commit 8cd05dc437

2
fabfile.py vendored
View File

@@ -196,7 +196,7 @@ def restart_celeryd():
def start_uwsgi():
with cd('%(path)s/dreddit-auth/' % env):
run('uwsgi -x auth_uwsgi.xml' % env)
run('uwsgi -x auth_uwsgi.xml --vaccum' % env)
def stop_uwsgi():