From 9ff30c604da0caae91eb5e8e8c5bff7b89ab26fd Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Sat, 21 Jan 2012 01:29:18 +0100 Subject: Finally fixed the issue with the disappearing pid Now the startup script works great --- alias_server/scripts/alias-server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alias_server') diff --git a/alias_server/scripts/alias-server b/alias_server/scripts/alias-server index 554388f..34d3bf1 100644 --- a/alias_server/scripts/alias-server +++ b/alias_server/scripts/alias-server @@ -92,6 +92,6 @@ if __name__ == '__main__': config.root) if component.connect(): logging.info('Component {} connected'.format(component.boundjid)) - component.process(block=False) + component.process(block=True) else: logging.error("Component {} couldn't connect".format(component.boundjid)) -- cgit v1.2.3-70-g09d2