diff options
Diffstat (limited to 'app-admin/vault/files/vault.confd')
-rw-r--r-- | app-admin/vault/files/vault.confd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app-admin/vault/files/vault.confd b/app-admin/vault/files/vault.confd new file mode 100644 index 00000000000..606095864e7 --- /dev/null +++ b/app-admin/vault/files/vault.confd @@ -0,0 +1,7 @@ +# you can change the init script behavior by setting those parameters +# - group (default: vault) +# - pidfile (default: /run/vault/vault.pid) +# - user (default: vault) + +# extra arguments for the consul agent +command_args="-config=/etc/consul.d" |