Пример #1
0
def start_repotracker_server():
    fabutils._run_background_process("~/runz-repo-tracker.sh start", "repotracker")
Пример #2
0
def start_web_server_status():
    fabutils._run_background_process("~/runz-web.sh start", "web")
Пример #3
0
def start_agent_server():
    fabutils._run_background_process("~/runz-agent.sh start", "agent")
Пример #4
0
def start_projections_server():
    fabutils._run_background_process("~/runz-projections.sh start", "projections")