Skip to content

Commit

Permalink
[HWORKS-946] Extra After systemd units (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
kouzant authored Jan 27, 2024
1 parent fd8b9f9 commit 9fcce9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/init/consul.service.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Description="HashiCorp Consul - A service mesh solution"
Documentation=https://www.consul.io/
Wants=nss-lookup.target nss-user-lookup.target
Requires=network-online.target
After=network-online.target nss-lookup.target nss-user-lookup.target
After=network-online.target nss-lookup.target nss-user-lookup.target <%= node['install']['systemd']['after'] %>
ConditionFileNotEmpty=<%= node['consul']['conf_dir'] %>/consul.hcl
StartLimitIntervalSec=30
StartLimitBurst=20
Expand Down

0 comments on commit 9fcce9b

Please sign in to comment.