mediaserver: Add mounts to systemd units
This commit is contained in:
parent
f678e63572
commit
e57c0bbe19
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
in
|
||||
{
|
||||
requires = mounts;
|
||||
after = lib.mkForce ([ "network-online.target" "podman-archivist-es.service" "podman-archivist-redis.service" ] ++ mounts);
|
||||
after = lib.mkAfter mounts;
|
||||
|
||||
serviceConfig = {
|
||||
TimeoutStopSec = lib.mkForce 30;
|
||||
|
|
Loading…
Reference in a new issue