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:
Suraj Deshmukh 2017-03-29 19:47:38 +05:30
parent f2ce1fff0a
commit c93c7cd1b8
5 changed files with 13 additions and 13 deletions

View file

@ -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

View file

@ -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",])