summaryrefslogtreecommitdiff
path: root/templates/torrc.header.erb
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2012-01-11 01:10:36 -0200
committerdrebs <drebs@riseup.net>2012-01-11 01:10:36 -0200
commitde068866889976b7f30391c5fb794cda53544c67 (patch)
tree3403d283fcbce8ce47715382d837c8e3df37ebb6 /templates/torrc.header.erb
parent6e49deaaf26b693ca3538b0239ba7f998d81ef37 (diff)
parts of configuration are independent
Diffstat (limited to 'templates/torrc.header.erb')
-rw-r--r--templates/torrc.header.erb15
1 files changed, 0 insertions, 15 deletions
diff --git a/templates/torrc.header.erb b/templates/torrc.header.erb
index b393631..79d6da9 100644
--- a/templates/torrc.header.erb
+++ b/templates/torrc.header.erb
@@ -1,17 +1,2 @@
# This file is managed by puppet.
-# runtime
-
-RunAsDaemon 1
-DataDirectory <%= data_directory %>
-
-# log
-
-<%- if log_rules != [] then -%>
-<%- for log_rule in log_rules -%>
-Log <%= log_rule %>
-<%- end -%>
-<%- else -%>
-Log notice syslog
-<%- end -%>
-