aboutsummaryrefslogtreecommitdiffstats
path: root/packages/torouter-web/src/runui.py
diff options
context:
space:
mode:
authorArturo FilastoĢ€ <hellais@torproject.org>2011-08-23 15:15:27 +0200
committerArturo FilastoĢ€ <hellais@torproject.org>2011-08-23 15:15:27 +0200
commit6f17b6fbc8f1accdfff5e5a5503baf7eafc9dc08 (patch)
tree75a82a7fe5e22713ffc1c943ebc82a2871412db9 /packages/torouter-web/src/runui.py
parent8687350c9d572d2253b31a0739f04e1ddffc0d5f (diff)
downloadtorouter-6f17b6fbc8f1accdfff5e5a5503baf7eafc9dc08.tar.gz
torouter-6f17b6fbc8f1accdfff5e5a5503baf7eafc9dc08.zip
* Fix issue with distutils
* Temporarily move the style sheet to base.html * Fix issues related to absolute paths * Correct pid file location * misc cleanup
Diffstat (limited to 'packages/torouter-web/src/runui.py')
-rw-r--r--packages/torouter-web/src/runui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/torouter-web/src/runui.py b/packages/torouter-web/src/runui.py
index b016ea9..87c6626 100644
--- a/packages/torouter-web/src/runui.py
+++ b/packages/torouter-web/src/runui.py
@@ -41,7 +41,7 @@ DEBUG = False
if __name__ == "__main__":
if DEBUG:
app.run()
- service = TorWebDaemon(os.path.join(os.getcwd(),'tui.pid'))
+ service = TorWebDaemon('/tmp/tui.pid')
if len(sys.argv) == 2:
if 'start' == sys.argv[1]:
sys.argv[1] = '8080'