Skip to content

Commit

Permalink
Set service type to notify in systemd unit.
Browse files Browse the repository at this point in the history
Updates the systemd service shipped with Linux packages to `Type=notify`
  • Loading branch information
RickyGrassmuck committed Mar 5, 2022
1 parent a9b5776 commit fde5f16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Expand Up @@ -8,6 +8,7 @@ StartLimitIntervalSec=60
StartLimitBurst=3

[Service]
Type=notify
EnvironmentFile=/etc/vault.d/vault.env
User=vault
Group=vault
Expand Down
3 changes: 3 additions & 0 deletions changelog/14385.txt
@@ -0,0 +1,3 @@
```release-note:improvement
core: Systemd unit file included with the Linux packages now sets the service type to notify.
```

0 comments on commit fde5f16

Please sign in to comment.