From 443eb65cebec40f65aa5cf40078b29aa8aa9c059 Mon Sep 17 00:00:00 2001 From: JohnnyB Date: Thu, 8 Aug 2024 10:28:55 +0100 Subject: [PATCH] Set broken `notify` systemd unit type back to `simple`. 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 https://github.com/hashicorp/vault/pull/14385 --- .release/linux/package/usr/lib/systemd/system/vault.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.release/linux/package/usr/lib/systemd/system/vault.service b/.release/linux/package/usr/lib/systemd/system/vault.service index 6408b49b3d69..da35525a76fa 100644 --- a/.release/linux/package/usr/lib/systemd/system/vault.service +++ b/.release/linux/package/usr/lib/systemd/system/vault.service @@ -8,7 +8,7 @@ StartLimitIntervalSec=60 StartLimitBurst=3 [Service] -Type=notify +Type=simple EnvironmentFile=/etc/vault.d/vault.env User=vault Group=vault