diff options
Diffstat (limited to 'templates/torrc.header.erb')
-rw-r--r-- | templates/torrc.header.erb | 15 |
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 -%> - |