Merge pull request #3065 from freeseacher/patch-1
Service file binary place mismatchpull/2893/merge
commit
7d3a6541d7
|
@ -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