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 --- pkg/spec/createconfig.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'pkg/spec/createconfig.go') diff --git a/pkg/spec/createconfig.go b/pkg/spec/createconfig.go index c7eaeb9f7..486281200 100644 --- a/pkg/spec/createconfig.go +++ b/pkg/spec/createconfig.go @@ -115,9 +115,10 @@ type CreateConfig struct { Resources CreateResourceConfig Rm bool //rm ShmDir string - StopSignal syscall.Signal // stop-signal - StopTimeout uint // stop-timeout - Sysctl map[string]string //sysctl + StopSignal syscall.Signal // stop-signal + StopTimeout uint // stop-timeout + Sysctl map[string]string //sysctl + Systemd bool Tmpfs []string // tmpfs Tty bool //tty UsernsMode container.UsernsMode //userns -- cgit v1.2.3-54-g00ecf