def makeService(self, options): didload = common.loadconfig(options) common.tweak_twisted() return MainService(config.interface_ip(), config.interface_index(), options['configfile'], didload)
def makeService(self, options): common.loadconfig(options) common.tweak_twisted() return MainService(config.interface_ip())
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)