mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 22:24:44 +02:00
parent
3cfccba1ea
commit
e32f97c07a
@ -115,10 +115,12 @@ static bool LoadConfigFiles(const String& appType, bool validateOnly)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef _WIN32
|
||||||
static void SigHupHandler(int)
|
static void SigHupHandler(int)
|
||||||
{
|
{
|
||||||
Application::RequestRestart();
|
Application::RequestRestart();
|
||||||
}
|
}
|
||||||
|
#endif /* _WIN32 */
|
||||||
|
|
||||||
static bool Daemonize(const String& stderrFile)
|
static bool Daemonize(const String& stderrFile)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user