コード例 #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
ファイル: gunicorn.py プロジェクト: r15ch13/ajenti-v
 def apply_configuration(self):
     SupervisorRestartable.get().schedule()