diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-04-29 12:15:40 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-04-29 13:17:30 -0400 |
commit | cae638805385ae0ef717eb21e1592aeb1d85182c (patch) | |
tree | 25cb84d3825215f9df528eb8a14245e1b27550fb /configure.ac | |
parent | a42e81eea10363654cde5724337c4aaea2bb40d0 (diff) | |
download | tor-cae638805385ae0ef717eb21e1592aeb1d85182c.tar.gz tor-cae638805385ae0ef717eb21e1592aeb1d85182c.zip |
Put tor.service in the right place, and autoconfify it
This closes 8368.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ca7c9c0fcc..c0c8187578 100644 --- a/configure.ac +++ b/configure.ac @@ -1561,6 +1561,7 @@ AC_CONFIG_FILES([ contrib/operator-tools/tor.logrotate contrib/dist/tor.sh contrib/dist/torctl + contrib/dist/tor.service src/config/torrc.sample ]) |