From 0877b96b3946ab02bba6cda73eebce2cf57c597f Mon Sep 17 00:00:00 2001 From: HardenedSteel Date: Wed, 24 Jul 2024 20:33:03 +0000 Subject: [PATCH] Update run.md SIGHUP doesn't reload config file related to: https://github.com/PurpleI2P/i2pd/issues/384 --- docs/user-guide/run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/run.md b/docs/user-guide/run.md index b96a37b..abc372b 100644 --- a/docs/user-guide/run.md +++ b/docs/user-guide/run.md @@ -22,7 +22,7 @@ i2pd can be controlled with signals. The process ID by is written to the file `~ i2pd supports the following signals: * INT - Graceful shutdown. i2pd will wait for up to 10 minutes and stop. Send a second INT signal to shutdown i2pd immediately. -* HUP - Reload configuration files. +* HUP - Reload tunnel configuration file. ### systemd unit