1
0
Fork 0

proxitok: kill signer after 2 seconds

This commit is contained in:
Daniel Kempkens 2023-03-20 17:04:58 +01:00
parent 946f44acba
commit e8eb196b96
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -25,6 +25,11 @@
};
};
# The proxitok-signer container doesn't play nicely with SIGTERM
systemd.services.podman-proxitok-signer.serviceConfig = {
TimeoutStopSec = 2;
};
systemd.tmpfiles.rules = [
"d /etc/container-proxitok/cache 0755 33 33"
];