Exemplo n.º 1
0
def start_repotracker_server():
    fabutils._run_background_process("~/runz-repo-tracker.sh start", "repotracker")
Exemplo n.º 2
0
def start_web_server_status():
    fabutils._run_background_process("~/runz-web.sh start", "web")
Exemplo n.º 3
0
def start_agent_server():
    fabutils._run_background_process("~/runz-agent.sh start", "agent")
Exemplo n.º 4
0
def start_projections_server():
    fabutils._run_background_process("~/runz-projections.sh start", "projections")