commit 0f628d6560794b34288963d6e6d974b4273f6421 Author: Nick Mathewson nickm@torproject.org Date: Thu Mar 12 13:11:53 2015 -0400
Added a comment to tor.service.in
This explains that if you change your torrc to do more, you might need to change tor.service.in to allow it. See #15195. --- contrib/dist/tor.service.in | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/contrib/dist/tor.service.in b/contrib/dist/tor.service.in index c251158..ae339ff 100644 --- a/contrib/dist/tor.service.in +++ b/contrib/dist/tor.service.in @@ -1,3 +1,9 @@ +# tor.service -- this systemd configuration file for Tor sets up a +# relatively conservative, hardened Tor service. You may need to +# edit it if you are making changes to your Tor configuration that it +# does not allow. Package maintainers: this should be a starting point +# for your tor.service; it is not the last point. + [Unit] Description = Anonymizing overlay network for TCP After = syslog.target network.target nss-lookup.target
tor-commits@lists.torproject.org