proxitok: kill signer after 2 seconds
This commit is contained in:
parent
e8eb196b96
commit
7a19b1f785
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue