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
This commit is contained in:
Valentin Rothberg 2018-04-30 13:48:16 +02:00 committed by Atomic Bot
parent 40da888274
commit 2239093a63
1 changed files with 1 additions and 0 deletions

View File

@ -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"
]