Add new default location for conmon

This will allow overriding the CRI-O version of conmon in our
packages (and elsewhere, if we need to).

Signed-off-by: Matthew Heon <mheon@redhat.com>

Closes: #474
Approved by: rhatdan
This commit is contained in:
Matthew Heon 2018-03-12 10:53:26 -04:00 committed by Atomic Bot
parent 62b93d1723
commit 392d998143
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ runtime_path = [
# Paths to look for the Conmon container manager binary
conmon_path = [
"/usr/libexec/podman/conmon",
"/usr/libexec/crio/conmon",
"/usr/local/libexec/crio/conmon",
"/usr/bin/conmon",