Ejemplo n.º 1
0
 def makeService(self, options):
     didload = common.loadconfig(options)
     common.tweak_twisted()
     return MainService(config.interface_ip(), config.interface_index(), options['configfile'], didload)
Ejemplo n.º 2
0
 def makeService(self, options):
     common.loadconfig(options)
     common.tweak_twisted()
     return MainService(config.interface_ip())
Ejemplo n.º 3
0
 def startService(self):
     log.msg("Configuration file is %s, config loaded = %s" % (self.cf, self.cl))
     log.msg("Using interface %s with IP address %s" %
             (config.interface_name(), config.interface_ip()))
     MultiService.startService(self)