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 -%>