mirror of
https://github.com/luzifer-aur/vault-bin.git
synced 2024-11-08 13:40:03 +00:00
13 lines
255 B
SYSTEMD
13 lines
255 B
SYSTEMD
|
[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
|