diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-06-05 14:03:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-05 14:03:20 -0400 |
commit | 723e8234393fba230961bc1214a73ba5d01bbfe1 (patch) | |
tree | 0195dcfa6421bbb079e2b75918250eb5e7d4a2ae /cmd/podman/common/create.go | |
parent | c448c03269139dabf6f6fa7ff0fedb2291018b2a (diff) | |
parent | c8f57b71a4255938efa23fec37c59181c1c657e4 (diff) | |
download | podman-723e8234393fba230961bc1214a73ba5d01bbfe1.tar.gz podman-723e8234393fba230961bc1214a73ba5d01bbfe1.tar.bz2 podman-723e8234393fba230961bc1214a73ba5d01bbfe1.zip |
Merge pull request #6504 from rhatdan/systemd
Fix handling of systemd.
Diffstat (limited to 'cmd/podman/common/create.go')
-rw-r--r-- | cmd/podman/common/create.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/common/create.go b/cmd/podman/common/create.go index 4d4dea0d2..86cd51643 100644 --- a/cmd/podman/common/create.go +++ b/cmd/podman/common/create.go @@ -424,7 +424,7 @@ func GetCreateFlags(cf *ContainerCLIOpts) *pflag.FlagSet { "Sysctl options", ) createFlags.StringVar( - &cf.SystemdD, + &cf.Systemd, "systemd", "true", `Run container in systemd mode ("true"|"false"|"always")`, ) |