archrelease: copy trunk to community-any
[ArchLinux/community.git] / i2pd / trunk / 010-i2pd-config.patch
blob6ab1e33b0a57e69786e32a7391811d9a64fe2d82
1 --- a/contrib/i2pd.conf
2 +++ b/contrib/i2pd.conf
3 @@ -8,19 +8,22 @@
5 ## Tunnels config file
6 ## Default: ~/.i2pd/tunnels.conf or /var/lib/i2pd/tunnels.conf
7 +## Note: /var/lib/i2pd/tunnels.conf is a symlink to /etc/i2pd/tunnels.conf (use the latter)
8 # tunconf = /var/lib/i2pd/tunnels.conf
10 ## Tunnels config files path
11 ## Use that path to store separated tunnels in different config files.
12 ## Default: ~/.i2pd/tunnels.d or /var/lib/i2pd/tunnels.d
13 +## Note: /var/lib/i2pd/tunnels.d is a symlink to /etc/i2pd/tunnels.d (use the latter)
14 # tunnelsdir = /var/lib/i2pd/tunnels.d
16 ## Path to certificates used for verifying .su3, families
17 ## Default: ~/.i2pd/certificates or /var/lib/i2pd/certificates
18 +## Note: /var/lib/i2pd/certificates is a symlink to /usr/share/i2pd/certificates (use the latter)
19 # certsdir = /var/lib/i2pd/certificates
21 ## Where to write pidfile (default: i2pd.pid, not used in Windows)
22 -# pidfile = /run/i2pd.pid
23 +# pidfile = /run/i2pd/i2pd.pid
25 ## Logging configuration section
26 ## By default logs go to stdout with level 'info' and higher
27 @@ -32,7 +35,7 @@
28 ## * syslog - use syslog, see man 3 syslog
29 # log = file
30 ## Path to logfile (default - autodetect)
31 -# logfile = /var/log/i2pd/i2pd.log
32 +logfile = /var/log/i2pd/i2pd.log
33 ## Log messages above this level (debug, info, *warn, error, none)
34 ## If you set it to none, logging will be disabled
35 # loglevel = warn