consul: bugfix

This commit is contained in:
Starbeamrainbowlabs 2022-05-01 02:27:32 +01:00
parent 3025fda8e4
commit 0514c6fb67
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ 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;
systemctl enable --now consul;
subtask_end "$?";
task_end "$?";