mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
Set service type to notify in systemd unit. (#14385)
Updates the systemd service shipped with Linux packages to `Type=notify`
This commit is contained in:
parent
7faba5298e
commit
b09f3c0148
2 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ StartLimitIntervalSec=60
|
|||
StartLimitBurst=3
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
EnvironmentFile=/etc/vault.d/vault.env
|
||||
User=vault
|
||||
Group=vault
|
||||
|
|
|
|||
3
changelog/14385.txt
Normal file
3
changelog/14385.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
```release-note:improvement
|
||||
core: Systemd unit file included with the Linux packages now sets the service type to notify.
|
||||
```
|
||||
Loading…
Reference in a new issue