diff options
author | Roger Dingledine <arma@torproject.org> | 2005-03-12 20:18:38 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-03-12 20:18:38 +0000 |
commit | a6b742dfb2ac763cba0252eaf226226cf262b7ab (patch) | |
tree | 8799b38c37cd2c29368a78c633b6f794a63d513c /doc/tor.1.in | |
parent | 01f0b31432b121fbd3fec10ff790497eb5f2945e (diff) | |
download | tor-a6b742dfb2ac763cba0252eaf226226cf262b7ab.tar tor-a6b742dfb2ac763cba0252eaf226226cf262b7ab.tar.gz |
and put ShutdownWaitLength in man page
svn:r3754
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index dfadfd689..b81e89731 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -310,6 +310,12 @@ redirection is to be performed on a given set of addresses by using the special target string "pass", which prevents subsequent rules from being considered. .TP +\fBShutdownWaitLength\fR\fINUM\fP +When we get a SIGINT and we're a server, we begin shutting down: we close +listeners and start refusing new circuits. After \fBNUM\fP seconds, +we exit. If we get a second SIGINT, we exit immediately. (Default: +30 seconds) +.TP \fBDirPostPeriod \fR\fIN\fR \fBseconds\fR|\fBminutes\fR|\fBhours\fR|\fBdays\fR|\fBweeks\fP Every time the specified period elapses, Tor uploads its server descriptors to the directory servers. This information is also |