I think this is needed also
This commit is contained in:
parent
320b17777c
commit
c02c4e07da
|
@ -111,7 +111,7 @@ void session(char *uuid, char *lang, char *imageHash)
|
|||
"--memory", "100m",
|
||||
"--memory-swap", "900m",
|
||||
image, "bash", "-c",
|
||||
"cat /var/run/riju/sentinel/fifo | ( while read -t2; do :; done; pkill -g0 )",
|
||||
"cat /var/run/riju/sentinel/fifo | ( sleep 10; while read -t2; do :; done; pkill -g0 )",
|
||||
NULL,
|
||||
};
|
||||
execvp(argv[0], argv);
|
||||
|
|
Loading…
Reference in New Issue