mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-26 23:46:11 -03:30
Merge pull request #45 from jcsirot/fix-calico-systemd
Fix calico with systemd
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
- name: Calico | Write calico-node systemd init file
|
||||
template: src=calico/calico-node.service.j2 dest=/etc/systemd/system/calico-node.service
|
||||
when: init_system == "systemd"
|
||||
notify: restart calico-node
|
||||
notify: restart systemd-calico-node
|
||||
|
||||
- name: Calico | Write calico-node initd script
|
||||
template: src=calico/deb-calico.initd.j2 dest=/etc/init.d/calico-node owner=root mode=755
|
||||
|
||||
Reference in New Issue
Block a user