mirror of
https://github.com/rancher/os.git
synced 2025-09-07 17:54:57 +00:00
add a timeout in case a system-container refuses to quit
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
@@ -52,7 +52,8 @@ var schema = `{
|
||||
"defaults": {"$ref": "#/definitions/defaults_config"},
|
||||
"resize_device": {"type": "string"},
|
||||
"sysctl": {"type": "object"},
|
||||
"restart_services": {"type": "array"}
|
||||
"restart_services": {"type": "array"},
|
||||
"shutdown_timeout": {"type": "integer"}
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user