mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-08 16:26:42 -04:00
parent
31c70fe5ae
commit
4ffc22516a
1 changed files with 2 additions and 0 deletions
|
|
@ -129,6 +129,8 @@ ProcessResult Process::Run(void)
|
|||
(void) close(fds[0]);
|
||||
(void) close(fds[1]);
|
||||
|
||||
(void) nice(5);
|
||||
|
||||
if (icinga2_execvpe(argv[0], argv, envp) < 0) {
|
||||
perror("execvpe() failed.");
|
||||
_exit(128);
|
||||
|
|
|
|||
Loading…
Reference in a new issue