diff --git a/roles/vault/templates/host.service.j2 b/roles/vault/templates/host.service.j2 index 11bce2f29..28fac1dba 100644 --- a/roles/vault/templates/host.service.j2 +++ b/roles/vault/templates/host.service.j2 @@ -4,7 +4,7 @@ After=network.target [Service] AmbientCapabilities=CAP_IPC_LOCK -ExecStart=/usr/bin/vault server --config={{ vault_config_dir }}/config.json +ExecStart={{ bin_dir }}/vault server --config={{ vault_config_dir }}/config.json LimitNOFILE=40000 NotifyAccess=all Restart=always