mrrl-containers

MRRL version of container scripts
git clone https://ccx.te2000.cz/git/mrrl-containers
Log | Files | Refs

commit 07c8744a64b3817fe82b8e93f8fe2bd94b79145e
parent f04898f6450d60cb8ac1d160de96fe1d359fc7fb
Author: Jan Pobříslo <ccx@te2000.cz>
Date:   Thu, 16 Dec 2021 15:38:57 +0000

select() invocation
Diffstat:
Msbin/pidns_run | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/pidns_run b/sbin/pidns_run @@ -54,7 +54,7 @@ def main(argv): raise SystemExit(127) else: # parent - rlist, wlist, elist = (parent_rfd), (), () + rlist, wlist, elist = (parent_rfd,), (), () while True: (pid, status) = os.waitpid(0, os.WNOHANG) if pid == fork2_pid: