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
756d0f0750
commit
dac2a02570
|
@ -8,6 +8,7 @@ StartLimitIntervalSec=60
|
||||||
StartLimitBurst=3
|
StartLimitBurst=3
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
Type=notify
|
||||||
EnvironmentFile=/etc/vault.d/vault.env
|
EnvironmentFile=/etc/vault.d/vault.env
|
||||||
User=vault
|
User=vault
|
||||||
Group=vault
|
Group=vault
|
||||||
|
|
|
@ -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 New Issue