proxitok: kill web after 2 seconds
This commit is contained in:
parent
c87aecb2f1
commit
36911f99b7
1 changed files with 5 additions and 1 deletions
|
@ -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 = {
|
systemd.services.podman-proxitok-signer.serviceConfig = {
|
||||||
TimeoutStopSec = lib.mkForce 2;
|
TimeoutStopSec = lib.mkForce 2;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue