1
0
Fork 0

mediaserver: Add mounts to systemd units

This commit is contained in:
Daniel Kempkens 2023-04-28 00:10:20 +02:00
parent f5dd9777f4
commit f678e63572
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -41,7 +41,7 @@
in
{
requires = mounts;
after = lib.mkMerge mounts;
after = lib.mkForce ([ "network-online.target" "podman-archivist-es.service" "podman-archivist-redis.service" ] ++ mounts);
serviceConfig = {
TimeoutStopSec = lib.mkForce 30;