mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-25 10:26:37 +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:
|
||||
LogPrint(eLogInfo, "Daemon: Got SIGUSR1, reopening logs...");
|
||||
i2p::log::Logger().Reopen ();
|
||||
i2p::client::context.ReloadConfig();
|
||||
break;
|
||||
case SIGINT:
|
||||
if (i2p::context.AcceptsTunnels () && !Daemon.gracefulShutdownInterval)
|
||||
|
|
Loading…
Add table
Reference in a new issue