mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2024-11-17 21:26:04 +00:00
do nothing upon SIGHUP for now
This commit is contained in:
parent
7f08bbe938
commit
248ae7d4d5
@ -17,17 +17,8 @@ void handle_signal(int sig)
|
|||||||
switch (sig)
|
switch (sig)
|
||||||
{
|
{
|
||||||
case SIGHUP:
|
case SIGHUP:
|
||||||
if (i2p::util::config::GetArg("daemon", 0) == 1)
|
LogPrint(eLogInfo, "Daemon: Got SIGHUP, doing nothing");
|
||||||
{
|
// TODO:
|
||||||
static bool first=true;
|
|
||||||
if (first)
|
|
||||||
{
|
|
||||||
first=false;
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
LogPrint(eLogInfo, "Daemon: Got SIGHUP, reloading config.");
|
|
||||||
i2p::util::filesystem::ReadConfigFile(i2p::util::config::mapArgs, i2p::util::config::mapMultiArgs);
|
|
||||||
break;
|
break;
|
||||||
case SIGABRT:
|
case SIGABRT:
|
||||||
case SIGTERM:
|
case SIGTERM:
|
||||||
|
Loading…
Reference in New Issue
Block a user