mirror of https://github.com/containers/podman.git
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:
parent
62b93d1723
commit
392d998143
|
@ -15,6 +15,7 @@ runtime_path = [
|
||||||
|
|
||||||
# Paths to look for the Conmon container manager binary
|
# Paths to look for the Conmon container manager binary
|
||||||
conmon_path = [
|
conmon_path = [
|
||||||
|
"/usr/libexec/podman/conmon",
|
||||||
"/usr/libexec/crio/conmon",
|
"/usr/libexec/crio/conmon",
|
||||||
"/usr/local/libexec/crio/conmon",
|
"/usr/local/libexec/crio/conmon",
|
||||||
"/usr/bin/conmon",
|
"/usr/bin/conmon",
|
||||||
|
|
Loading…
Reference in New Issue