mirror of
https://github.com/containers/podman.git
synced 2025-10-16 18:53:19 +08:00
do not activate sd_notify support when varlink
add ability to not activate sd_notify when running under varlink as it causes deadlocks and hangs. Fixes: #3572 Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@ -252,6 +252,10 @@ type RuntimeConfig struct {
|
||||
EventsLogFilePath string `toml:"-events_logfile_path"`
|
||||
//DetachKeys is the sequence of keys used to detach a container
|
||||
DetachKeys string `toml:"detach_keys"`
|
||||
|
||||
// SDNotify tells Libpod to allow containers to notify the host
|
||||
// systemd of readiness using the SD_NOTIFY mechanism
|
||||
SDNotify bool
|
||||
}
|
||||
|
||||
// runtimeConfiguredFrom is a struct used during early runtime init to help
|
||||
|
Reference in New Issue
Block a user