1
0
Fork 0

proxitok: kill signer after 2 seconds

This commit is contained in:
Daniel Kempkens 2023-03-20 17:06:11 +01:00
parent e8eb196b96
commit 7a19b1f785
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -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 = [