consul: add comment
continuous-integration/laminar-eldarion Build failed with exit code 123 after 2 seconds Details

This commit is contained in:
Starbeamrainbowlabs 2022-04-30 15:10:22 +01:00
parent f8a3ba9eb1
commit 512c3d6dd9
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 1 deletions

View File

@ -9,9 +9,10 @@ cp "configs/consul-client.hcl" "/etc/consul/client.hcl";
cp "configs/consul-server.hcl" "/etc/consul/server.hcl";
subtask_end "$?";
# No UFW rules required, as we're now using wesher/wireguard, and allowing all inbound traffic on that interface
subtask_begin "Starting Consul and enabling on boot";
systemctl consul;
subtask_end "$?";
task_end "$?";