mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-21 16:57:58 +02:00
WIP
This commit is contained in:
parent
338d0aaa8c
commit
ffa9ade3ae
@ -11,6 +11,7 @@
|
||||
#include "base/defer.hpp"
|
||||
#include "base/logger.hpp"
|
||||
#include "base/application.hpp"
|
||||
#include "base/process.hpp"
|
||||
#include "base/timer.hpp"
|
||||
#include "base/utility.hpp"
|
||||
#include "base/exception.hpp"
|
||||
@ -504,6 +505,7 @@ static pid_t StartUnixWorker(const std::vector<std::string>& configs, bool close
|
||||
_exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
Process::InitializeSpawnHelper();
|
||||
_exit(RunWorker(configs, closeConsoleLog, stderrFile));
|
||||
} catch (...) {
|
||||
_exit(EXIT_FAILURE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user