From 7a19b1f785df1d8aa60e5f49dddeaff6d74d908b Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Mon, 20 Mar 2023 17:06:11 +0100 Subject: [PATCH] proxitok: kill signer after 2 seconds --- container/proxitok/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/container/proxitok/default.nix b/container/proxitok/default.nix index 99512cf..5c44e4e 100644 --- a/container/proxitok/default.nix +++ b/container/proxitok/default.nix @@ -1,4 +1,4 @@ -{ config, ... }: +{ config, lib, ... }: { virtualisation.oci-containers.containers = { @@ -27,7 +27,7 @@ # The proxitok-signer container doesn't play nicely with SIGTERM systemd.services.podman-proxitok-signer.serviceConfig = { - TimeoutStopSec = 2; + TimeoutStopSec = lib.mkForce 2; }; systemd.tmpfiles.rules = [