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:
Ricky Grassmuck 2022-03-09 07:13:45 -06:00 committed by GitHub
parent 756d0f0750
commit dac2a02570
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
```release-note:improvement
core: Systemd unit file included with the Linux packages now sets the service type to notify.
```