Пример #1
0
 def apply_configuration(self):
     SupervisorRestartable.get().schedule()
Пример #2
0
    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
    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()