Skip to content

Instantly share code, notes, and snippets.

@txssseal
Created February 12, 2020 03:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save txssseal/8fc8b95e99a6575fc65943c3996750f5 to your computer and use it in GitHub Desktop.
Save txssseal/8fc8b95e99a6575fc65943c3996750f5 to your computer and use it in GitHub Desktop.
Vault Service
[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