diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-08-28 11:25:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-28 11:25:05 -0700 |
commit | ced3ebb512e1b578184317e9ff6474f892d1c382 (patch) | |
tree | 75f7a0c16895117fae5677cbb8ce84108773b15c /libpod | |
parent | 4e209fc10a55560ca181207cf43dae0cb0ec9be0 (diff) | |
parent | ca0dfca5c9958c4aa4963f84c69bc425c078a970 (diff) | |
download | podman-ced3ebb512e1b578184317e9ff6474f892d1c382.tar.gz podman-ced3ebb512e1b578184317e9ff6474f892d1c382.tar.bz2 podman-ced3ebb512e1b578184317e9ff6474f892d1c382.zip |
Merge pull request #3728 from mheon/systemd_container_test
Add an integration test for systemd in a container
Diffstat (limited to 'libpod')
-rw-r--r-- | libpod/runtime.go | 4 |
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 |