From 8ed450393300ef6b98ddfb859f9d676ea6c54825 Mon Sep 17 00:00:00 2001 From: Yannick Martin Date: Wed, 7 Oct 2020 13:07:43 +0200 Subject: [PATCH] notify systemd when consul daemon is really started --- templates/consul.systemd.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/consul.systemd.erb b/templates/consul.systemd.erb index f68ce52a..5072eb21 100644 --- a/templates/consul.systemd.erb +++ b/templates/consul.systemd.erb @@ -5,6 +5,7 @@ After=network-online.target Wants=network-online.target [Service] +Type=notify <% if @allow_binding_to_root_ports == true -%> AmbientCapabilities=CAP_NET_BIND_SERVICE <% end -%>