Fix path of i2pd.conf
parent
c33856de99
commit
55c2e6051a
|
@ -28,7 +28,7 @@ i2pd.conf:
|
||||||
[sam]
|
[sam]
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
||||||
See also commented config with examples of all options in ``docs/i2pd.conf``.
|
See also commented config with examples of all options in ``contrib/i2pd.conf``.
|
||||||
|
|
||||||
Options specified on the command line take precedence over those in the config file.
|
Options specified on the command line take precedence over those in the config file.
|
||||||
If you are upgrading your very old router (< 2.3.0) see also [this](config_opts_after_2.3.0.md) page.
|
If you are upgrading your very old router (< 2.3.0) see also [this](config_opts_after_2.3.0.md) page.
|
||||||
|
|
|
@ -48,7 +48,7 @@ This way all i2pd-related files will be stored at `$HOME/dist`.
|
||||||
mkdir $HOME/dist
|
mkdir $HOME/dist
|
||||||
cp i2pd $HOME/dist
|
cp i2pd $HOME/dist
|
||||||
cp -R contrib/certificates $HOME/dist
|
cp -R contrib/certificates $HOME/dist
|
||||||
cp docs/i2pd.conf $HOME/dist
|
cp contrib/i2pd.conf $HOME/dist
|
||||||
cd $HOME/dist
|
cd $HOME/dist
|
||||||
ulimit -n 4096 # only on Linux, increasing open file limit
|
ulimit -n 4096 # only on Linux, increasing open file limit
|
||||||
./i2pd --datadir .
|
./i2pd --datadir .
|
||||||
|
|
Loading…
Reference in New Issue