Merge pull request #4089 from vrothberg/fix-4005
runtime: fix logic to disable SDNotify
This commit is contained in:
commit
83b2348313
|
|
@ -171,7 +171,7 @@ func getRuntime(ctx context.Context, c *cliconfig.PodmanCommand, renumber, migra
|
|||
options = append(options, libpod.WithDefaultInfraCommand(infraCommand))
|
||||
}
|
||||
|
||||
if withFDS {
|
||||
if !withFDS {
|
||||
options = append(options, libpod.WithEnableSDNotify())
|
||||
}
|
||||
if c.Flags().Changed("config") {
|
||||
|
|
|
|||
Loading…
Reference in New Issue