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