From 63d989a3449050e8cf0a168145baa512e7493772 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Mon, 5 Aug 2019 15:53:44 -0400 Subject: Add an integration test for systemd in a container Signed-off-by: Matthew Heon --- libpod/runtime.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libpod') diff --git a/libpod/runtime.go b/libpod/runtime.go index 4d6a80d0b..28774773e 100644 --- a/libpod/runtime.go +++ b/libpod/runtime.go @@ -76,10 +76,6 @@ var ( // place of the configuration file pointed to by ConfigPath. OverrideConfigPath = etcDir + "/containers/libpod.conf" - // DefaultInfraImage to use for infra container - - // DefaultInfraCommand to be run in an infra container - // DefaultSHMLockPath is the default path for SHM locks DefaultSHMLockPath = "/libpod_lock" // DefaultRootlessSHMLockPath is the default path for rootless SHM locks -- cgit v1.2.3-54-g00ecf