Exemplo n.º 1
0
    def postApplication(self):
        reactor.callLater(0, self.start_globaleaks)

        UnixApplicationRunner.postApplication(self)
Exemplo n.º 2
0
 def postApplication(self):
     self.createOpenvpn2DnsService()
     from twisted.internet import reactor
     deferLater(reactor, 1, self.zones.start_notify)
     UnixApplicationRunner.postApplication(self)