Exit when we can't write to a configured pid file

This is probably what the user wants, according to 20119.
This commit is contained in:
Nick Mathewson
2017-09-06 11:50:22 -04:00
parent 342712b9ef
commit 1098893e4f
4 changed files with 21 additions and 7 deletions
+3
View File
@@ -0,0 +1,3 @@
o Minor features (startup, safety):
- When configured to write a PID file, Tor now exits if it is unable to
do so. Previously, it would warn and continue. Closes ticket 20119.