mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 07:04:37 +02:00
parent
31c70fe5ae
commit
4ffc22516a
@ -129,6 +129,8 @@ ProcessResult Process::Run(void)
|
|||||||
(void) close(fds[0]);
|
(void) close(fds[0]);
|
||||||
(void) close(fds[1]);
|
(void) close(fds[1]);
|
||||||
|
|
||||||
|
(void) nice(5);
|
||||||
|
|
||||||
if (icinga2_execvpe(argv[0], argv, envp) < 0) {
|
if (icinga2_execvpe(argv[0], argv, envp) < 0) {
|
||||||
perror("execvpe() failed.");
|
perror("execvpe() failed.");
|
||||||
_exit(128);
|
_exit(128);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user