aboutsummaryrefslogtreecommitdiff
path: root/cmd/podman/varlink
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2019-10-07 14:02:54 +0200
committerGiuseppe Scrivano <gscrivan@redhat.com>2019-10-09 23:39:18 +0200
commit5963077e93937046b6b13d6f1da8c1f932c0e6ff (patch)
tree9666910e2f6d3c25dcafe0f8dbb35f01027e36db /cmd/podman/varlink
parent3ba3e1c7510d1780b6527a4aa52e40ac2c5b576a (diff)
downloadpodman-5963077e93937046b6b13d6f1da8c1f932c0e6ff.tar.gz
podman-5963077e93937046b6b13d6f1da8c1f932c0e6ff.tar.bz2
podman-5963077e93937046b6b13d6f1da8c1f932c0e6ff.zip
cli: support --systemd=always
it enforces the systemd mode also when the command name doesn't match /usr/sbin/init or systemd. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'cmd/podman/varlink')
-rw-r--r--cmd/podman/varlink/io.podman.varlink2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/varlink/io.podman.varlink b/cmd/podman/varlink/io.podman.varlink
index 2408dc80c..13e8394fb 100644
--- a/cmd/podman/varlink/io.podman.varlink
+++ b/cmd/podman/varlink/io.podman.varlink
@@ -363,7 +363,7 @@ type Create (
subuidname: ?string,
subgidname: ?string,
sysctl: ?[]string,
- systemd: ?bool,
+ systemd: ?string,
tmpfs: ?[]string,
tty: ?bool,
uidmap: ?[]string,