diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-07-29 02:21:12 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-07-29 02:23:06 +0900 |
| commit | b43d10468039a07ada412dcab83e8e074ab9ef46 (patch) | |
| tree | 3eca94296dea7e9c364be9e3b29e18c6d33971a2 /hst/container.go | |
| parent | ddf48a6c22d4387ff2ca2e45afbcc86fa7d81968 (diff) | |
app: integrate interrupt forwarding
This significantly increases usability of command line tools running through hakurei.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'hst/container.go')
| -rw-r--r-- | hst/container.go | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
