Skip to content

Commit

Permalink
Set broken notify systemd unit type back to simple.
Browse files Browse the repository at this point in the history
This should never have been changed. The systemd unit in production is currently invalid using the vault binary in `ExecStart` instead of a proper dus notify script.

Reversing hashicorp#14385
  • Loading branch information
jboero authored Aug 8, 2024
1 parent a00a869 commit 443eb65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ StartLimitIntervalSec=60
StartLimitBurst=3

[Service]
Type=notify
Type=simple
EnvironmentFile=/etc/vault.d/vault.env
User=vault
Group=vault
Expand Down

0 comments on commit 443eb65

Please sign in to comment.