vault-bin-arm/vault.install
Christian Rebischke ccc1d4318a This release introduces the new vault web ui feature.
Further information is here: https://www.vaultproject.io/docs/enterprise/ui/index.html

note: The documentation is partly outdated. You don't need an enterprise
license for it anymore. They ship it in their community version since
0.10.0
2018-05-01 15:35:14 +00:00

10 lines
154 B
Bash

# vim: ft=sh ts=4 sw=4 et
post_install () {
setcap cap_ipc_lock=+ep /usr/bin/vault
}
post_upgrade () {
setcap cap_ipc_lock=+ep /usr/bin/vault
}