mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
31c70fe5ae
commit
4ffc22516a
@ -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…
x
Reference in New Issue
Block a user