diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-11-06 15:22:11 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-11-06 15:22:11 -0500 |
commit | ba28704b296b1036151e4bfa97e7091d7639a573 (patch) | |
tree | e067b11df104b405c57b301960cfdcc1a1c81005 /changes | |
parent | bb9044381e6e32fab1708c3e9420a4090b2509de (diff) | |
parent | c60f3ea6077451facf2335b7a7c4bc9eaf13c038 (diff) | |
download | tor-ba28704b296b1036151e4bfa97e7091d7639a573.tar.gz tor-ba28704b296b1036151e4bfa97e7091d7639a573.zip |
Merge branch 'maint-0.3.5'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket28113 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket28113 b/changes/ticket28113 new file mode 100644 index 0000000000..30dd825a9b --- /dev/null +++ b/changes/ticket28113 @@ -0,0 +1,5 @@ + o Minor bugfixes (relay shutdown, systemd): + - Notify systemd of ShutdownWaitLength so it can be set to longer than + systemd's TimeoutStopSec. In tor's systemd service file, set + TimeoutSec to 60 seconds, to allow tor some time to shut down. + Fixes bug 28113; bugfix on 0.2.6.2-alpha. |