Merge pull request #404 from bogdando/fix_sunit
Fix calico-node service unit
This commit is contained in:
commit
677c4c4cb6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
ExecStart={{ bin_dir }}/calicoctl node --ip={{ip | default(ansible_default_ipv4.address) }} --detach=false
|
||||||
{% endif %}
|
{% endif %}
|
||||||
Restart=always
|
Restart=always
|
||||||
Restart=10
|
RestartSec=10s
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in a new issue