From 7c3c0d50f1ff14e16f9791bd6f1e5b785f3475a3 Mon Sep 17 00:00:00 2001 From: Magic_RB Date: Tue, 5 Oct 2021 21:46:00 +0200 Subject: [PATCH] Always restart vault-agent Signed-off-by: Magic_RB --- nix/nixos-modules/vault-agent.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/nixos-modules/vault-agent.nix b/nix/nixos-modules/vault-agent.nix index 33885d2..579b01c 100644 --- a/nix/nixos-modules/vault-agent.nix +++ b/nix/nixos-modules/vault-agent.nix @@ -130,7 +130,7 @@ in LimitNOFILE = 65536; LimitNPROC = "infinity"; OOMScoreAdjust = -1000; - Restart = "on-failure"; + Restart = "always"; RestartSec = 2; TasksMax = "infinity";