Skip to content
Snippets Groups Projects
Commit 2af71f31 authored by Bogdan Dobrelya's avatar Bogdan Dobrelya
Browse files

Rework systemd service units


* 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>
parent 4662b41d
No related branches found
No related tags found
Loading
Showing with 37 additions and 26 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment