From 6c15571ffbd69826206b994d0e2a32a3f50e1265 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Wed, 29 Apr 2020 16:58:21 +0300 Subject: [PATCH] update pidfile option defaults info PurpleI2P/i2pd#1136 --- docs/user-guide/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/configuration.md b/docs/user-guide/configuration.md index 3ebb40e..47cbd7c 100644 --- a/docs/user-guide/configuration.md +++ b/docs/user-guide/configuration.md @@ -46,7 +46,7 @@ Option | Description -------------------------------------- | -------------------------------------- conf | Config file (default: ~/.i2pd/i2pd.conf or /var/lib/i2pd/i2pd.conf). This parameter will be silently ignored if the specified config file does not exist. tunconf | Tunnels config file (default: ~/.i2pd/tunnels.conf or /var/lib/i2pd/tunnels.conf) -pidfile | Where to write pidfile (dont write by default) +pidfile | Where to write pidfile (default: i2pd.pid, not used in Windows) log | Logs destination: stdout, file, syslog (stdout if not set, file - otherwise, for compatibility) logfile | Path to logfile (default - autodetect) loglevel | Log messages above this level (debug, info, warn, error, none; default - info)