Service file binary place mismatch
According to cluster/binary.yml vault binary will be placed to `{{ bin_dir }}` and according to `inventory/sample/group_vars/all.yml` that is `inventory/sample/group_vars/all.yml`pull/3065/head
parent
f086b6824e
commit
e8447e3d71
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue