projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0307f29
)
remove some vestigial cruft from tahoesvc
author
robk-tahoe
<robk-tahoe@allmydata.com>
Thu, 10 Jan 2008 22:52:04 +0000
(15:52 -0700)
committer
robk-tahoe
<robk-tahoe@allmydata.com>
Thu, 10 Jan 2008 22:52:04 +0000
(15:52 -0700)
windows/tahoesvc.py
patch
|
blob
|
history
diff --git
a/windows/tahoesvc.py
b/windows/tahoesvc.py
index b1c885a326a64d1ba60346407cb708a3ec05172d..1b830e7c616ffc545ed30fb6c834e3f59022fb7e 100644
(file)
--- a/
windows/tahoesvc.py
+++ b/
windows/tahoesvc.py
@@
-105,7
+105,6
@@
class Tahoe(win32serviceutil.ServiceFramework):
logmsg("wake up")
- reactor.callFromThread(self.app.shutdown)
reactor.callFromThread(reactor.stop)
time.sleep(2) # give the node/reactor a chance to cleanup