Browse Source
Merge pull request #3065 from freeseacher/patch-1
Service file binary place mismatch
pull/2893/merge
Rong Zhang
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|