]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
startstop_node.py: improve the hack of launching twistd
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 20 Sep 2007 19:37:50 +0000 (12:37 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 20 Sep 2007 19:37:50 +0000 (12:37 -0700)
commitc2e310825dea48c8c856d03cdf4e054a38ca2f3b
tree1b2e1df2af52bdb0c871da5a591338e22d87fbbb
parent30e28bb3c5f2afce43cd9a349a5e68e4a7f01afb
startstop_node.py: improve the hack of launching twistd
Thanks to Brian for helping me figure out the cleaner way to do this: take the
first result from which("twistd"), and if it has the extension ".bat" or
".exe" then execute it, else execute python and give it as the first argument.
src/allmydata/scripts/startstop_node.py