diff --git a/FAQ.md b/FAQ.md index 3ca6c66..7d3fba7 100644 --- a/FAQ.md +++ b/FAQ.md @@ -149,4 +149,8 @@ A: Yes, as long as you move that my_nodeid file. A: Faruque Sarker has been working on this as a Google Summer of Code project.
His changes are due to be integrated in Tahoe-LAFS v1.9.0.
-For more information please take a look at ticket #68 \ No newline at end of file +For more information please take a look at ticket #68 + +**Q: Will this thing only run when I tell it to?** + +A: Yes. First of all, it doesn't run except when you tell it to—you start it with `tahoe start` and stop it with `tahoe stop`. Secondly, the software doesn't act as a server unless you configure it to do so (it isn't like peer-to-peer software which automatically acts as a server as well as a client). Thirdly, the client doesn't do anything except in response to the user starting an upload or a download (it doesn't do anything automatically or in the background). \ No newline at end of file