Skip to content
  • Julien Leduc's avatar
    Removing CI_CONTEXT environment variable as it is really easy to sort · ee981c7c
    Julien Leduc authored
    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...
    ee981c7c