Fix etcd restart and handler systemd tasks

Changed Wants=docker.service to docker.socket

Renamed handlers for reloading systemd to contain role in task name.
This commit is contained in:
Matthew Mosesohn
2016-07-29 12:46:24 +03:00
committed by Matthew Mosesohn
parent aa0d7ea5d0
commit 5668e5f767
9 changed files with 32 additions and 32 deletions

View File

@@ -1,8 +1,8 @@
[Unit]
Description=Calico per-node agent
Documentation=https://github.com/projectcalico/calico-docker
Wants=docker.service etcd-proxy.service
After=docker.service etcd-proxy.service
Wants=docker.socket
[Service]
User=root