mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 18:56:28 +00:00
fix a couple of typos in tahoesvc startup
This commit is contained in:
parent
ac5f7cf7aa
commit
4cc99ce3b1
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user