From 27ca091c08674b1a34058c9639d60455023ffa30 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 21 Aug 2018 07:31:00 -0400 Subject: Add proper support for systemd inside of podman Signed-off-by: Daniel J Walsh --- cmd/podman/common.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cmd/podman/common.go') diff --git a/cmd/podman/common.go b/cmd/podman/common.go index 93b16f4e3..43a0fe061 100644 --- a/cmd/podman/common.go +++ b/cmd/podman/common.go @@ -383,6 +383,10 @@ var createFlags = []cli.Flag{ Name: "sysctl", Usage: "Sysctl options (default [])", }, + cli.BoolTFlag{ + Name: "systemd", + Usage: "Run container in systemd mode if the command executable is systemd or init", + }, cli.StringSliceFlag{ Name: "tmpfs", Usage: "Mount a temporary filesystem (`tmpfs`) into a container (default [])", -- cgit v1.2.3-54-g00ecf