mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 14:52:26 +00:00
docs: fix helper.txt to describe new config style
This commit is contained in:
parent
c4c9683766
commit
47003fdc07
@ -1,5 +1,7 @@
|
|||||||
|
|
||||||
Allmydata "Tahoe" Architecture
|
Tahoe-LAFS Architecture
|
||||||
|
|
||||||
|
(See the docs/specifications directory for more details.)
|
||||||
|
|
||||||
OVERVIEW
|
OVERVIEW
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user