aboutsummaryrefslogtreecommitdiff
path: root/security/i2pd/files/patch-contrib_i2pd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'security/i2pd/files/patch-contrib_i2pd.conf')
-rw-r--r--security/i2pd/files/patch-contrib_i2pd.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/security/i2pd/files/patch-contrib_i2pd.conf b/security/i2pd/files/patch-contrib_i2pd.conf
new file mode 100644
index 000000000000..6e17bef32855
--- /dev/null
+++ b/security/i2pd/files/patch-contrib_i2pd.conf
@@ -0,0 +1,23 @@
+--- contrib/i2pd.conf.orig 2020-08-24 16:48:09 UTC
++++ contrib/i2pd.conf
+@@ -16,7 +16,7 @@
+ # tunnelsdir = /var/lib/i2pd/tunnels.d
+
+ ## Where to write pidfile (default: i2pd.pid, not used in Windows)
+-# pidfile = /run/i2pd.pid
++pidfile = /var/run/i2pd/i2pd.pid
+
+ ## Logging configuration section
+ ## By default logs go to stdout with level 'info' and higher
+@@ -25,9 +25,9 @@
+ ## * stdout - print log entries to stdout
+ ## * file - log entries to a file
+ ## * syslog - use syslog, see man 3 syslog
+-# log = file
++log = file
+ ## Path to logfile (default - autodetect)
+-# logfile = /var/log/i2pd/i2pd.log
++logfile = /var/log/i2pd/i2pd.log
+ ## Log messages above this level (debug, info, *warn, error, none)
+ ## If you set it to none, logging will be disabled
+ # loglevel = warn