예제 #1
0
파일: puma.py 프로젝트: danorton/ajenti-v
 def apply_configuration(self):
     SupervisorRestartable.get().schedule()
예제 #2
0
파일: unicorn.py 프로젝트: xorock/ajenti-v
    def apply_configuration(self):
        log_dir = '/var/log/unicorn'
        if not os.path.exists(log_dir):
            os.makedirs(log_dir)

        SupervisorRestartable.get().schedule()
예제 #3
0
파일: unicorn.py 프로젝트: pfz/ajenti-v
    def apply_configuration(self):
        log_dir = "/var/log/unicorn"
        if not os.path.exists(log_dir):
            os.makedirs(log_dir)

        SupervisorRestartable.get().schedule()
예제 #4
0
 def apply_configuration(self):
     SupervisorRestartable.get().schedule()