cri-o/conmon
Daniel J Walsh 2bac4d8a47 Setup LISTEN_PID to point to new child process
In order to get systemd socket passing to work properly
the listen PID needs to match the process ID of the OCI runtime.
This match modifies the LISTEN_PID if it is set to the new runtime.

conmon will check that the LISTEN_PID the pid that conmon is running as and
will ignore it if they are different.  But, if the caller specifies the
--replace-listen-pid flag, then the LISTEN_PID/LISTEN_FDS will always be used.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2018-03-07 22:06:57 +00:00
..
Makefile conmon: add new option --version 2018-02-23 09:41:48 +01:00
cmsg.c cmsg: Use do/while for error and errorf 2018-03-03 14:58:35 -08:00
cmsg.h conmon: implement logging to logPath 2017-04-05 02:45:57 +10:00
conmon.c Setup LISTEN_PID to point to new child process 2018-03-07 22:06:57 +00:00