diff options
author | Valentin Rothberg <vrothberg@suse.com> | 2018-04-30 13:48:16 +0200 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-04-30 21:58:17 +0000 |
commit | 2239093a6321ac3fb634117e69de73017530a498 (patch) | |
tree | 771975e34737ed1c4c49a6e628999324ef69f458 | |
parent | 40da888274c8c4d2352fe0fa04b81effbf76e8ea (diff) | |
download | podman-2239093a6321ac3fb634117e69de73017530a498.tar.gz podman-2239093a6321ac3fb634117e69de73017530a498.tar.bz2 podman-2239093a6321ac3fb634117e69de73017530a498.zip |
libpod.conf: Podman's conmon path on openSUSE
Add the path to Podman's conmon for openSUSE and SLE.
Signed-off-by: Valentin Rothberg <vrothberg@suse.com>
Closes: #698
Approved by: mheon
-rw-r--r-- | libpod.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpod.conf b/libpod.conf index 7067a102b..da5e010f2 100644 --- a/libpod.conf +++ b/libpod.conf @@ -20,6 +20,7 @@ conmon_path = [ "/usr/local/libexec/crio/conmon", "/usr/bin/conmon", "/usr/sbin/conmon", + "/usr/lib/podman/bin/conmon", "/usr/lib/crio/bin/conmon" ] |