Update the default conmonPath
After change in `Makefile` at #304 where `PREFIX` has changed from `/usr` to `/usr/local` these changes has to be reflected in default `conmonPath`. Signed-off-by: Suraj Deshmukh <surajssd009005@gmail.com>
This commit is contained in:
parent
f2ce1fff0a
commit
c93c7cd1b8
5 changed files with 13 additions and 13 deletions
|
@ -12,7 +12,7 @@ import (
|
|||
const (
|
||||
ocidRoot = "/var/lib/containers/storage"
|
||||
ocidRunRoot = "/var/run/containers/storage"
|
||||
conmonPath = "/usr/libexec/ocid/conmon"
|
||||
conmonPath = "/usr/local/libexec/ocid/conmon"
|
||||
pauseImage = "kubernetes/pause"
|
||||
pauseCommand = "/pause"
|
||||
defaultTransport = "docker://"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue