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