From 2f74adc8bdeda2499be0a8b2711f68c342695bf2 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 10 Nov 2025 20:35:59 +0900 Subject: container/init: close initial process files on termination This closes them during the adopt wait delay. This also keeps them alive. Signed-off-by: Ophestra --- container/fhs/abs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'container/fhs') diff --git a/container/fhs/abs.go b/container/fhs/abs.go index af3588ba..6bb72166 100644 --- a/container/fhs/abs.go +++ b/container/fhs/abs.go @@ -1,7 +1,7 @@ package fhs import ( - _ "unsafe" + _ "unsafe" // for go:linkname "hakurei.app/container/check" ) -- cgit v1.3.1