Created
February 12, 2020 03:45
-
-
Save txssseal/8fc8b95e99a6575fc65943c3996750f5 to your computer and use it in GitHub Desktop.
Vault Service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=vault server | |
Requires=network-online.target | |
[Service] | |
Restart=on-failure | |
ExecStart=/usr/local/bin/vault server -config=/etc/vault/config.hcl | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment