summarylogtreecommitdiffstats
path: root/vault.service
blob: be9fd3a3e6d7778d19a821728bcde15ea20ffeeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Vault secret store
Documentation=https://vaultproject.io/docs/
After=network.target
ConditionFileNotEmpty=/etc/vault.hcl

[Service]
User=vault
ExecStart=/usr/bin/vault server -config=/etc/vault.hcl

[Install]
WantedBy=multi-user.target