Skip to content

Commit

Permalink
Merge pull request #4089 from vrothberg/fix-4005
Browse files Browse the repository at this point in the history
runtime: fix logic to disable SDNotify
  • Loading branch information
openshift-merge-robot authored Sep 24, 2019
2 parents 6ce8d05 + 3b90f1c commit 83b2348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/podman/libpodruntime/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit 83b2348

Please sign in to comment.