mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-13 22:32:15 +00:00
Updated start script to store err/out logs, also use daemon mode
This commit is contained in:
2
fabfile.py
vendored
2
fabfile.py
vendored
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user