From 53d3f812bd2f97f4eb2acce73919e217baaf2772 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 10 Dec 2008 22:17:02 +0000 Subject: Add new internal-use-only option for controllers to use to prevent SIGHUP from reloading the configuration. Fixes bug 856. svn:r17567 --- doc/spec/control-spec.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/spec') diff --git a/doc/spec/control-spec.txt b/doc/spec/control-spec.txt index 9ad1c4e7a..4d1a7eb51 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 -- cgit v1.2.3