Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #149 from hashicorp/brikis98-patch-1
Browse files Browse the repository at this point in the history
Enable vault in systemd
  • Loading branch information
brikis98 authored May 6, 2019
2 parents 8cf9045 + 7ed73c9 commit 137b4a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/run-vault/run-vault
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ EOF
function start_vault {
log_info "Reloading systemd config and starting Vault"
sudo systemctl daemon-reload
sudo systemctl enable vault.service
sudo systemctl restart vault.service
}

Expand Down

0 comments on commit 137b4a0

Please sign in to comment.