From 0f628d6560794b34288963d6e6d974b4273f6421 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 12 Mar 2015 13:11:53 -0400 Subject: [PATCH] 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 c251158d9a..ae339ff844 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 -- 2.47.3