From 4aa432838a7c679e09311895c29834b2c0c9b11f Mon Sep 17 00:00:00 2001 From: drewp <> Date: Fri, 17 Dec 2010 09:34:40 +0000 Subject: [PATCH] [Imported from Trac: page TipsTricks, version 4] --- TipsTricks.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/TipsTricks.md b/TipsTricks.md index 6479218..eb61d37 100644 --- a/TipsTricks.md +++ b/TipsTricks.md @@ -1,4 +1,3 @@ - ## Tahoe Tips & Tricks ### Back caps/URIs up @@ -19,4 +18,8 @@ Support for Tahoe's FTP server has been merged into Bzr's mainline ([#294709](ht ### Perforce backend storage -[Instructions](http://allmydata.org/pipermail/tahoe-dev/2009-June/002105.html) \ No newline at end of file +[Instructions](http://allmydata.org/pipermail/tahoe-dev/2009-June/002105.html) + +### Running with supervisord + +The only trick with [supervisord](http://supervisord.org) is to make tahoe run as a single foreground process so it can be watched and killed correctly. Use a command like "bin/tahoe run -C /path/to/tahoe/home". \ No newline at end of file