-
- Downloads
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:
Bogdan Dobrelya <bdobrelia@mirantis.com>
Showing
- roles/etcd/templates/etcd-docker.service.j2 3 additions, 3 deletionsroles/etcd/templates/etcd-docker.service.j2
- roles/etcd/templates/etcd-proxy-docker.service.j2 3 additions, 3 deletionsroles/etcd/templates/etcd-proxy-docker.service.j2
- roles/kubernetes/node/templates/kubelet.service.j2 5 additions, 3 deletionsroles/kubernetes/node/templates/kubelet.service.j2
- roles/network_plugin/calico/templates/calico-node.service.j2 2 additions, 2 deletionsroles/network_plugin/calico/templates/calico-node.service.j2
- roles/network_plugin/calico/templates/systemd-docker.service 5 additions, 2 deletionsroles/network_plugin/calico/templates/systemd-docker.service
- roles/network_plugin/flannel/templates/systemd-docker.service 7 additions, 3 deletions...s/network_plugin/flannel/templates/systemd-docker.service
- roles/network_plugin/weave/templates/systemd-docker.service 6 additions, 2 deletionsroles/network_plugin/weave/templates/systemd-docker.service
- roles/network_plugin/weave/templates/weave.service.j2 2 additions, 2 deletionsroles/network_plugin/weave/templates/weave.service.j2
- roles/network_plugin/weave/templates/weaveexpose.service.j2 2 additions, 4 deletionsroles/network_plugin/weave/templates/weaveexpose.service.j2
- roles/network_plugin/weave/templates/weaveproxy.service.j2 2 additions, 2 deletionsroles/network_plugin/weave/templates/weaveproxy.service.j2
Loading
Please register or sign in to comment