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
|
@ -54,7 +54,7 @@ ocid is meant to provide an integration path between OCI conformant runtimes and
|
|||
path to configuration file
|
||||
|
||||
**--conmon**=""
|
||||
path to the conmon executable (default: "/usr/libexec/ocid/conmon")
|
||||
path to the conmon executable (default: "/usr/local/libexec/ocid/conmon")
|
||||
|
||||
**--debug**
|
||||
Enable debug output for logging
|
||||
|
|
|
@ -49,7 +49,7 @@ The `ocid` table supports the following options:
|
|||
## OCID.RUNTIME TABLE
|
||||
|
||||
**conmon**=""
|
||||
Path to the conmon executable (default: "/usr/libexec/ocid/conmon")
|
||||
Path to the conmon executable (default: "/usr/local/libexec/ocid/conmon")
|
||||
|
||||
**conmon_env**=[]
|
||||
Environment variable list for conmon process (default: ["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue