Removing CI_CONTEXT environment variable as it is really easy to sort
out if we are using systemd or not. We just need to check /proc/1/cmdline to get the command that started the container. Now to chose between systemd and no systemd we just need to set `command` key in the pod yaml definition for nosystemd or remove the line to use systemd. Much more straightforward...
Showing
Loading
Please register or sign in to comment