Brian Warner
|
cf69accfb6
|
startstop_node.py: use SIGINT instead of SIGTERM, to allow the node a chance to clean up
|
2007-09-17 02:24:21 -07:00 |
|
wilcoxjg
|
e13783cd6a
|
If do_stop attempts to stop a nonexistent process the OSError exception is caught (by errno) and handled tersely.
|
2007-08-09 08:57:45 -07:00 |
|
Zooko O'Whielacronx
|
524c9f1fc2
|
startstop_node now works if the logs directory already exists
Thanks to Arno and Arch for pointing this out.
|
2007-08-08 21:43:48 -07:00 |
|
Brian Warner
|
2ba415bd3e
|
move nodelogs from BASEDIR/twistd.log* to BASEDIR/logs/twistd.log*, closes #61
|
2007-07-24 20:44:33 -07:00 |
|
Brian Warner
|
d8a878da86
|
startstop_node.py: refactor find_twistd() out so it is only run when you need to start a node
|
2007-07-10 19:13:55 -07:00 |
|
Brian Warner
|
f22801aa33
|
runner.py: further refactoring
|
2007-07-10 19:05:18 -07:00 |
|