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,6 +1,6 @@
[Unit]
Description=etcd docker wrapper
Wants=docker.service
Wants=docker.socket
After=docker.service
[Service]

View File

@@ -1,6 +1,6 @@
[Unit]
Description=etcd-proxy docker wrapper
Wants=docker.service
Wants=docker.socket
After=docker.service
[Service]