summaryrefslogtreecommitdiffstats
path: root/roles/etcd/templates
diff options
context:
space:
mode:
authorSeth Jennings <sjenning@redhat.com>2016-03-28 11:02:57 -0500
committerSeth Jennings <sjenning@redhat.com>2016-03-28 11:49:43 -0500
commit93d48b330e500bd45a91c4dc7dc3d89fd000dfc4 (patch)
tree671ff9b7ede1291d6e6abaf3aa9f7db39c6fb23d /roles/etcd/templates
parent0961451fe7bc601ffbd3dccfdfb4eb3364a1eb2d (diff)
downloadopenshift-93d48b330e500bd45a91c4dc7dc3d89fd000dfc4.tar.gz
openshift-93d48b330e500bd45a91c4dc7dc3d89fd000dfc4.tar.bz2
openshift-93d48b330e500bd45a91c4dc7dc3d89fd000dfc4.tar.xz
openshift-93d48b330e500bd45a91c4dc7dc3d89fd000dfc4.zip
make docker service want ose containerized services
There are points where the docker service is restarted during the install. Sometimes the services that are PartOf docker.service do not get restarted when docker is restarted. https://bugzilla.redhat.com/show_bug.cgi?id=1318948 Systemd documentation recommends using "wants" as the perferred means of creating startup linkages between units. This patch makes the ose services wanted by the docker service rather than multi-user.target. This creates a downward link from the docker service to the ose containerized services.
Diffstat (limited to 'roles/etcd/templates')
-rw-r--r--roles/etcd/templates/etcd.docker.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/etcd/templates/etcd.docker.service b/roles/etcd/templates/etcd.docker.service
index defc070bd..b8dbefa64 100644
--- a/roles/etcd/templates/etcd.docker.service
+++ b/roles/etcd/templates/etcd.docker.service
@@ -13,4 +13,4 @@ SyslogIdentifier=etcd_container
Restart=always
[Install]
-WantedBy=multi-user.target
+WantedBy=docker.service