proxitok: kill signer after 2 seconds
This commit is contained in:
parent
946f44acba
commit
e8eb196b96
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue