Skip to content

Commit

Permalink
systemd template: add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Aug 21, 2023
1 parent 5dac750 commit 8d37e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/consul.systemd.epp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ After=network-online.target
Wants=network-online.target

[Service]
Type=<%=$type %>
Type=<%= $type %>
<% if $allow_binding_to_root_ports { -%>
AmbientCapabilities=CAP_NET_BIND_SERVICE
<% } -%>
Expand Down

0 comments on commit 8d37e29

Please sign in to comment.