Skip to content
Snippets Groups Projects
Select Git revision
  • 2af71f31b45b8568c18a8833a20529ba3c835768
  • master default protected
  • v2.28.0
  • v2.27.0
  • v2.25.1
  • v2.24.3
  • v2.26.0
  • v2.24.2
  • v2.25.0
  • v2.24.1
  • v2.22.2
  • v2.23.3
  • v2.24.0
  • v2.23.2
  • v2.23.1
  • v2.23.0
  • v2.22.1
  • v2.22.0
  • v2.21.0
  • v2.20.0
  • v2.19.1
  • v2.18.2
22 results

network_plugin

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Bogdan Dobrelya authored
    * Add for docker system units:
        ExecReload=/bin/kill -s HUP $MAINPID
        Delegate=yes
        KillMode=process.
    * Add missed DOCKER_OPTIONS for calico/weave docker systemd unit.
    * Change Requires= to a less strict and non-faily Wants=, add missing
      Wants= for After=.
    * Align wants/after in a wat if Wants=foo, After= has foo as well.
    * Make wants/after docker.service to ask for the docker.socket as well.
    * Move "docker rm -f" commands from ExecStartPre= to ExecStopPost=.
      hooks to ensure non-destructive start attempts issued by Wants=.
    
    Signed-off-by: default avatarBogdan Dobrelya <bdobrelia@mirantis.com>
    2af71f31
    History
    Name Last commit Last update
    ..