hst: configurable wait delay

This is useful for programs that take a long time to clean up.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-07-29 03:06:49 +09:00
parent 940ee00ffe
commit f7bd28118c
13 changed files with 62 additions and 27 deletions

View File

@@ -256,7 +256,7 @@ App
],
"container": {
"hostname": "localhost",
"immediate_termination": true,
"wait_delay": -1,
"seccomp_flags": 1,
"seccomp_presets": 1,
"seccomp_compat": true,
@@ -384,7 +384,7 @@ App
],
"container": {
"hostname": "localhost",
"immediate_termination": true,
"wait_delay": -1,
"seccomp_flags": 1,
"seccomp_presets": 1,
"seccomp_compat": true,
@@ -566,7 +566,7 @@ func Test_printPs(t *testing.T) {
],
"container": {
"hostname": "localhost",
"immediate_termination": true,
"wait_delay": -1,
"seccomp_flags": 1,
"seccomp_presets": 1,
"seccomp_compat": true,