From b43d10468039a07ada412dcab83e8e074ab9ef46 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 29 Jul 2025 02:21:12 +0900 Subject: app: integrate interrupt forwarding This significantly increases usability of command line tools running through hakurei. Signed-off-by: Ophestra --- hst/container.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hst/container.go') diff --git a/hst/container.go b/hst/container.go index 00f74795..1ee9e839 100644 --- a/hst/container.go +++ b/hst/container.go @@ -10,6 +10,8 @@ type ( // container hostname Hostname string `json:"hostname,omitempty"` + // do not interrupt and wait for initial process during termination + ImmediateTermination bool `json:"immediate_termination,omitempty"` // extra seccomp flags SeccompFlags seccomp.ExportFlag `json:"seccomp_flags"` // extra seccomp presets -- cgit v1.3.1