Updated start script to store err/out logs, also use daemon mode

This commit is contained in:
2010-10-28 10:58:26 +01:00
parent ea3f7e2783
commit 49470765ac
2 changed files with 9 additions and 4 deletions

2
fabfile.py vendored
View File

@@ -1,4 +1,5 @@
from __future__ import with_statement
import time
from fabric.api import *
env.repo = 'git://dev.dredd.it/dreddit-auth.git'
@@ -137,4 +138,5 @@ def restart():
Restart the FCGI server
"""
stop()
time.sleep(2)
start()