From: robk-tahoe Date: Thu, 10 Jan 2008 22:30:31 +0000 (-0700) Subject: fix a couple of typos in tahoesvc startup X-Git-Url: https://git.rkrishnan.org/configuration.rst?a=commitdiff_plain;h=4cc99ce3b171382b1b9d1bda351c8a6b535e3e6f;p=tahoe-lafs%2Ftahoe-lafs.git fix a couple of typos in tahoesvc startup --- diff --git a/windows/tahoesvc.py b/windows/tahoesvc.py index 64686ab1..b1c885a3 100644 --- a/windows/tahoesvc.py +++ b/windows/tahoesvc.py @@ -145,8 +145,8 @@ class Tahoe(win32serviceutil.ServiceFramework): # run the node itself c = client.Client(basedir) - reactor.callLater(c.startService) # after reactor startup - reactor.run(dont_bind_signals=True) # does a reactor.run() + reactor.callLater(0, c.startService) # after reactor startup + reactor.run(installSignalHandlers=False) logmsg("main thread shutdown") except: