def makeService(self, options): common.loadconfig(options) common.tweak_twisted() return MainService(config.interface_ip())
def makeService(self, options): didload = common.loadconfig(options) common.tweak_twisted() return MainService(config.interface_ip(), config.interface_index(), options['configfile'], didload)