1
0
Fork 0

proxitok: kill web after 2 seconds

This commit is contained in:
Daniel Kempkens 2023-03-20 20:34:56 +01:00
parent c87aecb2f1
commit 36911f99b7
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -25,7 +25,11 @@
};
};
# The proxitok-signer container doesn't play nicely with SIGTERM
# The proxitok-* container doesn't play nicely with SIGTERM
systemd.services.podman-proxitok-web.serviceConfig = {
TimeoutStopSec = lib.mkForce 2;
};
systemd.services.podman-proxitok-signer.serviceConfig = {
TimeoutStopSec = lib.mkForce 2;
};