diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-10 22:17:02 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-10 22:17:02 +0000 |
commit | 53d3f812bd2f97f4eb2acce73919e217baaf2772 (patch) | |
tree | 5c392e3ebe2b43a00eee5c0ab405933bb02e37ca /doc/spec | |
parent | 9aa706e20c3ae91f6cac95964e291076b88ecd48 (diff) | |
download | tor-53d3f812bd2f97f4eb2acce73919e217baaf2772.tar.gz tor-53d3f812bd2f97f4eb2acce73919e217baaf2772.zip |
Add new internal-use-only option for controllers to use to prevent SIGHUP from reloading the configuration. Fixes bug 856.
svn:r17567
Diffstat (limited to 'doc/spec')
-rw-r--r-- | doc/spec/control-spec.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/spec/control-spec.txt b/doc/spec/control-spec.txt index 9ad1c4e7a2..4d1a7eb514 100644 --- a/doc/spec/control-spec.txt +++ b/doc/spec/control-spec.txt @@ -1650,6 +1650,16 @@ $Id$ As HashedControlPassword, but is not saved to the torrc file by SAVECONF. Added in Tor 0.2.0.20-rc. + __ReloadTorrcOnSIGHUP + + If this option is true (the default), we reload the torrc from disk + every time we get a SIGHUP (from the controller or via a signal). + Otherwise, we don't. This option exists so that controllers can keep + their options from getting overwritten when a user sends Tor a HUP for + some other reason (for example, to rotate the logs). + + (Boolean. Default: "1") + 5.5. Phases from the Bootstrap status event. This section describes the various bootstrap phases currently reported |