diff options
author | Roger Dingledine <arma@torproject.org> | 2005-04-26 00:52:21 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-04-26 00:52:21 +0000 |
commit | 95a01599ae2e7c2006f3bdae7da34e4cdb95b4f8 (patch) | |
tree | d65387a5dca48504607306514d0c95512487d039 | |
parent | 4fafa81f329d296f0dcc9b0f3e5cb575d5fc9150 (diff) | |
download | tor-95a01599ae2e7c2006f3bdae7da34e4cdb95b4f8.tar.gz tor-95a01599ae2e7c2006f3bdae7da34e4cdb95b4f8.zip |
mention in the signals section of the man page that the sigint
timeout can be configured with ShutdownWaitLength.
svn:r4114
-rw-r--r-- | doc/tor.1.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 68b32b8ea3..faba813a0b 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -431,6 +431,7 @@ Tor will catch this, clean up and sync to disk if necessary, and exit. \fBSIGINT\fR Tor clients behave as with SIGTERM; but Tor servers will do a controlled slow shutdown, closing listeners and waiting 30 seconds before exiting. +(The delay can be configured with the ShutdownWaitLength config option.) .TP \fBSIGHUP\fR The signal instructs Tor to reload its configuration (including closing |