mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-06 18:17:47 +03:00
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:
committed by
Matthew Mosesohn
parent
aa0d7ea5d0
commit
5668e5f767
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user