diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-08-05 15:53:44 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-08-28 09:28:49 -0400 |
commit | 63d989a3449050e8cf0a168145baa512e7493772 (patch) | |
tree | d1801f462833785577479c99cadfe8036fc7140e /libpod | |
parent | 8b09b07b19126c60876aaee6c1a4250a38cdd48c (diff) | |
download | podman-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')
-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 |