Browse Source

update info about pidfile defaults (closes #1136)

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1515/head
R4SAS 4 years ago
parent
commit
16b992d705
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 2
      contrib/i2pd.conf
  2. 1
      daemon/UnixDaemon.cpp

2
contrib/i2pd.conf

@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
## Default: ~/.i2pd/tunnels.d or /var/lib/i2pd/tunnels.d
# tunnelsdir = /var/lib/i2pd/tunnels.d
## Where to write pidfile (don't write by default)
## Where to write pidfile (default: i2pd.pid, not used in Windows)
# pidfile = /run/i2pd.pid
## Logging configuration section

1
daemon/UnixDaemon.cpp

@ -175,7 +175,6 @@ namespace i2p @@ -175,7 +175,6 @@ namespace i2p
bool DaemonLinux::stop()
{
i2p::fs::Remove(pidfile);
return Daemon_Singleton::stop();
}

Loading…
Cancel
Save