mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-03 22:27:52 +00:00
runtime: add /usr/libexec/podman/conmon to the conmon paths
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
8f14f966be
commit
46e0cf0ef8
1 changed files with 1 additions and 0 deletions
|
|
@ -151,6 +151,7 @@ var (
|
|||
"/usr/lib/cri-o-runc/sbin/runc",
|
||||
},
|
||||
ConmonPath: []string{
|
||||
"/usr/libexec/podman/conmon",
|
||||
"/usr/libexec/crio/conmon",
|
||||
"/usr/local/libexec/crio/conmon",
|
||||
"/usr/bin/conmon",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue