summaryrefslogtreecommitdiff
path: root/libpod/runtime.go
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2019-08-05 15:53:44 -0400
committerMatthew Heon <matthew.heon@pm.me>2019-08-28 09:28:49 -0400
commit63d989a3449050e8cf0a168145baa512e7493772 (patch)
treed1801f462833785577479c99cadfe8036fc7140e /libpod/runtime.go
parent8b09b07b19126c60876aaee6c1a4250a38cdd48c (diff)
downloadpodman-63d989a3449050e8cf0a168145baa512e7493772.tar.gz
podman-63d989a3449050e8cf0a168145baa512e7493772.tar.bz2
podman-63d989a3449050e8cf0a168145baa512e7493772.zip
Add an integration test for systemd in a container
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'libpod/runtime.go')
-rw-r--r--libpod/runtime.go4
1 files changed, 0 insertions, 4 deletions
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