mediaserver: wip tubearchivist
This commit is contained in:
parent
761474d1cb
commit
acf04e642d
1 changed files with 13 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, ... }:
|
||||
{ lib, config, ... }:
|
||||
|
||||
{
|
||||
systemd.tmpfiles.rules = [
|
||||
|
@ -34,4 +34,16 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
|
||||
systemd.services.podman-tubearchivist.serviceConfig = {
|
||||
TimeoutStopSec = lib.mkForce 5;
|
||||
};
|
||||
|
||||
systemd.services.podman-archivist-redis.serviceConfig = {
|
||||
TimeoutStopSec = lib.mkForce 10;
|
||||
};
|
||||
|
||||
systemd.services.podman-archivist-es.serviceConfig = {
|
||||
TimeoutStopSec = lib.mkForce 20;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue