diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-03-12 13:11:53 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-12 13:11:53 -0400 |
commit | 0f628d6560794b34288963d6e6d974b4273f6421 (patch) | |
tree | 44e9e9157af559d9c5c27e628e9f5400713374c0 /contrib/dist | |
parent | d5cbc58094ec740e768d5fa88a51c20c645ed70e (diff) | |
download | tor-0f628d6560794b34288963d6e6d974b4273f6421.tar.gz tor-0f628d6560794b34288963d6e6d974b4273f6421.zip |
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.
Diffstat (limited to 'contrib/dist')
-rw-r--r-- | contrib/dist/tor.service.in | 6 |
1 files changed, 6 insertions, 0 deletions
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 |