From c02c4e07da9dc6ff2a51708207c87bc038728d2e Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sun, 11 Jul 2021 21:45:31 +0000 Subject: [PATCH] I think this is needed also --- system/src/riju-system-privileged.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/src/riju-system-privileged.c b/system/src/riju-system-privileged.c index dbbaf81..de6d775 100644 --- a/system/src/riju-system-privileged.c +++ b/system/src/riju-system-privileged.c @@ -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);