aboutsummaryrefslogtreecommitdiff
path: root/changes/bug12731-systemd-no-run-as-daemon
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-10-27 11:09:41 -0400
committerNick Mathewson <nickm@torproject.org>2014-10-27 11:09:41 -0400
commita477d7c66665284d384091e5faae6a88c15c7fcf (patch)
tree8cc0e0e20c70c888e74ed70551c633fce2b482ec /changes/bug12731-systemd-no-run-as-daemon
parent4e7046cfb2fe3b4b4d916ae456c09a90b7e49983 (diff)
downloadtor-a477d7c66665284d384091e5faae6a88c15c7fcf.tar.gz
tor-a477d7c66665284d384091e5faae6a88c15c7fcf.zip
Remove changes files that have already been merged in release-0.2.5
(This means that changes/* is now "everything that changed since 0.2.5.10".)
Diffstat (limited to 'changes/bug12731-systemd-no-run-as-daemon')
-rw-r--r--changes/bug12731-systemd-no-run-as-daemon9
1 files changed, 0 insertions, 9 deletions
diff --git a/changes/bug12731-systemd-no-run-as-daemon b/changes/bug12731-systemd-no-run-as-daemon
deleted file mode 100644
index f92e5aff00..0000000000
--- a/changes/bug12731-systemd-no-run-as-daemon
+++ /dev/null
@@ -1,9 +0,0 @@
- o Distribution:
- - Explicitly disable RunAsDaemon in the systemd unit file.
- Our current systemd unit uses "Type = simple", so systemd does
- not expect tor to fork. If the user has "RunAsDaemon 1" in their
- torrc, then things won't work as expected. This is e.g. the case
- on Debian (and derivatives), since there we pass
- "--defaults-torrc /usr/share/tor/tor-service-defaults-torrc"
- (that contains "RunAsDaemon 1") by default.
- Patch by intrigeri; resolves ticket 12731.