mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 04:07:49 +02:00
Merge ae6153105f
into dd79348b35
This commit is contained in:
commit
50d4f60566
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ void handle_signal(int sig)
|
||||||
case SIGUSR1:
|
case SIGUSR1:
|
||||||
LogPrint(eLogInfo, "Daemon: Got SIGUSR1, reopening logs...");
|
LogPrint(eLogInfo, "Daemon: Got SIGUSR1, reopening logs...");
|
||||||
i2p::log::Logger().Reopen ();
|
i2p::log::Logger().Reopen ();
|
||||||
|
i2p::client::context.ReloadConfig();
|
||||||
break;
|
break;
|
||||||
case SIGINT:
|
case SIGINT:
|
||||||
if (i2p::context.AcceptsTunnels () && !Daemon.gracefulShutdownInterval)
|
if (i2p::context.AcceptsTunnels () && !Daemon.gracefulShutdownInterval)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue