docs: fix helper.txt to describe new config style

This commit is contained in:
Zooko O'Whielacronx 2009-12-24 14:35:22 -08:00
parent c4c9683766
commit 47003fdc07
2 changed files with 7 additions and 5 deletions

View File

@ -1,5 +1,7 @@
Allmydata "Tahoe" Architecture Tahoe-LAFS Architecture
(See the docs/specifications directory for more details.)
OVERVIEW OVERVIEW

View File

@ -65,10 +65,10 @@ What sorts of machines are good candidates for running a helper?
much free disk space as there will be simultaneous uploads. When an upload much free disk space as there will be simultaneous uploads. When an upload
is interrupted, that space will be used for a longer period of time. is interrupted, that space will be used for a longer period of time.
To turn a Tahoe client node into a helper (i.e. to run a helper service in To turn a Tahoe-LAFS node into a helper (i.e. to run a helper service in
addition to whatever else that node is doing), just create a file in your addition to whatever else that node is doing), edit the tahoe.cfg file in your
node's base directory named "run_helper", and put any non-empty string in it. node's base directory and set "enabled = true" in the section named
Then restart the node: "[helper]". Then restart the node:
echo "yes" >$BASEDIR/run_helper echo "yes" >$BASEDIR/run_helper
tahoe restart $BASEDIR tahoe restart $BASEDIR