Skip to content

Commit

Permalink
Set service type to notify in systemd unit. (#14385)
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 9, 2022
1 parent 7faba52 commit b09f3c0
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 b09f3c0

Please sign in to comment.