diff options
author | George Kadianakis <desnacked@riseup.net> | 2019-04-05 14:51:33 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2019-04-05 14:51:33 +0300 |
commit | 574c20767059a9c39b33181a4792ac4aa7c71ba4 (patch) | |
tree | 9c5f73f90256d4a70dba3991c795d9095f965792 /doc | |
parent | 1779878f9edbc915fa1cda8a132b321ca0fc55b3 (diff) | |
parent | 747b74c1825de055bd027c9c74088efdd61d7481 (diff) | |
download | tor-574c20767059a9c39b33181a4792ac4aa7c71ba4.tar.gz tor-574c20767059a9c39b33181a4792ac4aa7c71ba4.zip |
Merge branch 'maint-0.4.0'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 889b397e51..a90d3cfa4d 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1850,6 +1850,21 @@ The following options are useful only for clients (that is, if After the first time Tor starts, it begins in dormant mode if it was dormant before, and not otherwise. (Default: 0) +[[DormantCanceledByStartup]] **DormantCanceledByStartup** **0**|**1**:: + By default, Tor starts in active mode if it was active the last time + it was shut down, and in dormant mode if it was dormant. But if + this option is true, Tor treats every startup event as user + activity, and Tor will never start in Dormant mode, even if it has + been unused for a long time on previous runs. (Default: 0) + + + Note: Packagers and application developers should change the value of + this option only with great caution: it has the potential to + create spurious traffic on the network. This option should only + be used if Tor is started by an affirmative user activity (like + clicking on an applcation or running a command), and not if Tor + is launched for some other reason (for example, by a startup + process, or by an application that launches itself on every login.) + SERVER OPTIONS -------------- |