Browse Source

Merge pull request #404 from bogdando/fix_sunit

Fix calico-node service unit
pull/412/head
Smaine Kahlouch 8 years ago
committed by GitHub
parent
commit
677c4c4cb6
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/network_plugin/calico/templates/calico-node.service.j2

2
roles/network_plugin/calico/templates/calico-node.service.j2

@ -13,7 +13,7 @@ ExecStart={{ bin_dir }}/calicoctl node --ip={{ip | default(ansible_default_ipv4.
ExecStart={{ bin_dir }}/calicoctl node --ip={{ip | default(ansible_default_ipv4.address) }} --detach=false
{% endif %}
Restart=always
Restart=10
RestartSec=10s
[Install]
WantedBy=multi-user.target
Loading…
Cancel
Save