diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-03-17 12:10:43 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-03-17 12:10:43 -0400 |
commit | 411736a13250586c03ca75a268a458a52ee731ae (patch) | |
tree | f2c52ecacb0b9451012475798ce203c50a7f6398 /doc | |
parent | 58680d04299ab69ea99ee86c5f1a194f44fc1d12 (diff) | |
download | tor-411736a13250586c03ca75a268a458a52ee731ae.tar.gz tor-411736a13250586c03ca75a268a458a52ee731ae.zip |
21151: document datadir default decently.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 2f8d7bdd09..568771a123 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -394,7 +394,9 @@ GENERAL OPTIONS [[DataDirectory]] **DataDirectory** __DIR__:: Store working data in DIR. Can not be changed while tor is running. - (Default: @LOCALSTATEDIR@/lib/tor) + (Default: ~/.tor if your home directory is not /; otherwise, + @LOCALSTATEDIR@/lib/tor. On Windows, the default is + your ApplicationData folder.) [[DataDirectoryGroupReadable]] **DataDirectoryGroupReadable** **0**|**1**:: If this option is set to 0, don't allow the filesystem group to read the |